|
1 | 1 | { |
2 | | - "name": "@jupytergis/jupytergis-root", |
3 | | - "version": "0.6.2", |
4 | | - "private": true, |
5 | | - "homepage": "https://github.com/geojupyter/jupytergis", |
6 | | - "repository": { |
7 | | - "type": "git", |
8 | | - "url": "https://github.com/geojupyter/jupytergis.git" |
9 | | - }, |
10 | | - "license": "BSD-3-Clause", |
11 | | - "description": "A JupyterLab extension for GIS.", |
12 | | - "keywords": [ |
13 | | - "jupyter", |
14 | | - "jupyterlab", |
15 | | - "jupyterlab-extension" |
16 | | - ], |
17 | | - "bugs": { |
18 | | - "url": "https://github.com/geojupyter/jupytergis/issues" |
19 | | - }, |
20 | | - "author": { |
21 | | - "name": "Jupytergis contributors" |
22 | | - }, |
23 | | - "files": [ |
24 | | - "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
25 | | - "style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}" |
26 | | - ], |
27 | | - "workspaces": [ |
28 | | - "packages/*", |
29 | | - "python/jupytergis_core", |
30 | | - "python/jupytergis_lab", |
31 | | - "python/jupytergis_qgis" |
32 | | - ], |
33 | | - "scripts": { |
34 | | - "build": "lerna run build", |
35 | | - "build:prod": "lerna run build:prod --skip-nx-cache", |
36 | | - "build:test": "lerna run build:test", |
37 | | - "build:dev": "lerna run build:dev", |
38 | | - "bump:js:version": "lerna version --no-push --force-publish --no-git-tag-version --yes", |
39 | | - "clean": "lerna run clean", |
40 | | - "clean:all": "lerna run clean:all", |
41 | | - "eslint": "eslint . --ext .ts,.tsx --cache --fix", |
42 | | - "eslint:check": "eslint . --ext .ts,.tsx", |
43 | | - "prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml}\"", |
44 | | - "prettier:check": "prettier --check \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml}\"", |
45 | | - "lint:check": "jlpm run prettier:check && jlpm run eslint:check", |
46 | | - "lint": "jlpm run prettier && jlpm run eslint", |
47 | | - "test": "lerna run test", |
48 | | - "dev": "python scripts/dev-install.py", |
49 | | - "build:packages": "python scripts/build_packages.py", |
50 | | - "watch:lib": "lerna run --stream watch", |
51 | | - "watch": "lerna watch -- lerna run build --scope=\\$LERNA_PACKAGE_NAME --include-dependents", |
52 | | - "build:lab": "lerna run" |
53 | | - }, |
54 | | - "resolutions": { |
55 | | - "@jupyterlab/apputils": "^4.0.0", |
56 | | - "@lumino/coreutils": "^2.0.0", |
57 | | - "@jupyterlab/notebook": "^4.0.0", |
58 | | - "@jupyterlab/services": " ^7.0.0" |
59 | | - }, |
60 | | - "devDependencies": { |
61 | | - "@types/webpack-env": "^1.18.5", |
62 | | - "@typescript-eslint/eslint-plugin": "5.55.0", |
63 | | - "@typescript-eslint/parser": "5.55.0", |
64 | | - "copy-webpack-plugin": "^10.0.0", |
65 | | - "eslint": "^8.36.0", |
66 | | - "eslint-config-prettier": "^8.8.0", |
67 | | - "eslint-plugin-import": "^2.31.0", |
68 | | - "eslint-plugin-prettier": "^5.0.1", |
69 | | - "lerna": "^8.1.9", |
70 | | - "npm-run-all": "^4.1.5", |
71 | | - "prettier": "^3.0.0", |
72 | | - "rimraf": "^3.0.2", |
73 | | - "typescript": "^5", |
74 | | - "webpack": "^5.76.3" |
75 | | - } |
| 2 | + "name": "@jupytergis/jupytergis-root", |
| 3 | + "version": "0.6.2", |
| 4 | + "private": true, |
| 5 | + "homepage": "https://github.com/geojupyter/jupytergis", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/geojupyter/jupytergis.git" |
| 9 | + }, |
| 10 | + "license": "BSD-3-Clause", |
| 11 | + "description": "A JupyterLab extension for GIS.", |
| 12 | + "keywords": ["jupyter", "jupyterlab", "jupyterlab-extension"], |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/geojupyter/jupytergis/issues" |
| 15 | + }, |
| 16 | + "author": { |
| 17 | + "name": "Jupytergis contributors" |
| 18 | + }, |
| 19 | + "files": [ |
| 20 | + "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
| 21 | + "style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}" |
| 22 | + ], |
| 23 | + "workspaces": [ |
| 24 | + "packages/*", |
| 25 | + "python/jupytergis_core", |
| 26 | + "python/jupytergis_lab", |
| 27 | + "python/jupytergis_qgis" |
| 28 | + ], |
| 29 | + "scripts": { |
| 30 | + "build": "lerna run build", |
| 31 | + "build:prod": "lerna run build:prod --skip-nx-cache", |
| 32 | + "build:test": "lerna run build:test", |
| 33 | + "build:dev": "lerna run build:dev", |
| 34 | + "bump:js:version": "lerna version --no-push --force-publish --no-git-tag-version --yes", |
| 35 | + "clean": "lerna run clean", |
| 36 | + "clean:all": "lerna run clean:all", |
| 37 | + "eslint": "eslint . --ext .ts,.tsx --cache --fix", |
| 38 | + "eslint:check": "eslint . --ext .ts,.tsx", |
| 39 | + "prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml}\"", |
| 40 | + "prettier:check": "prettier --check \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml}\"", |
| 41 | + "lint:check": "jlpm run prettier:check && jlpm run eslint:check", |
| 42 | + "lint": "jlpm run prettier && jlpm run eslint", |
| 43 | + "test": "lerna run test", |
| 44 | + "dev": "python scripts/dev-install.py", |
| 45 | + "build:packages": "python scripts/build_packages.py", |
| 46 | + "watch:lib": "lerna run --stream watch", |
| 47 | + "watch": "lerna watch -- lerna run build --scope=\\$LERNA_PACKAGE_NAME --include-dependents", |
| 48 | + "build:lab": "lerna run" |
| 49 | + }, |
| 50 | + "resolutions": { |
| 51 | + "@jupyterlab/apputils": "^4.0.0", |
| 52 | + "@lumino/coreutils": "^2.0.0", |
| 53 | + "@jupyterlab/notebook": "^4.0.0", |
| 54 | + "@jupyterlab/services": " ^7.0.0" |
| 55 | + }, |
| 56 | + "devDependencies": { |
| 57 | + "@types/webpack-env": "^1.18.5", |
| 58 | + "@typescript-eslint/eslint-plugin": "5.55.0", |
| 59 | + "@typescript-eslint/parser": "5.55.0", |
| 60 | + "copy-webpack-plugin": "^10.0.0", |
| 61 | + "eslint": "^8.36.0", |
| 62 | + "eslint-config-prettier": "^8.8.0", |
| 63 | + "eslint-plugin-import": "^2.31.0", |
| 64 | + "eslint-plugin-prettier": "^5.0.1", |
| 65 | + "lerna": "^8.1.9", |
| 66 | + "npm-run-all": "^4.1.5", |
| 67 | + "prettier": "^3.0.0", |
| 68 | + "rimraf": "^3.0.2", |
| 69 | + "typescript": "^5", |
| 70 | + "webpack": "^5.76.3" |
| 71 | + }, |
| 72 | + "dependencies": {} |
76 | 73 | } |
0 commit comments