-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
82 lines (82 loc) · 2.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "russia-history",
"version": "6.3.0",
"description": "",
"main": "src/app.js",
"scripts": {
"docker": "docmypkg -r harbor.nextgis.net -n frontend/russia-history -l -d ./docker/Dockerfile",
"start": "webpack serve --config webpack.config.js",
"build": "webpack --progress",
"watch": "rimraf ./dist && npm run build -- --watch",
"dev": "rimraf ./dist && npm run build",
"data": "node ./scripts/generator.js",
"prod": "rimraf ./dist && npm run build -- --mode=production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nextgis/dialog": "^3.0.0-alpha.3",
"@nextgis/maplibre-gl-map-adapter": "^3.0.0-alpha.3",
"@nextgis/ngw-connector": "^3.0.0-alpha.3",
"@nextgis/paint": "^3.0.0-alpha.3",
"@nextgis/properties-filter": "^3.0.0-alpha.3",
"@nextgis/qms-kit": "^3.0.0-alpha.3",
"@nextgis/url-runtime-params": "^3.0.0-alpha.3",
"@nextgis/utils": "^3.0.0-alpha.3",
"@nextgis/webmap": "^3.0.0-alpha.3",
"@types/color": "^3.0.6",
"@types/node": "^20.12.12",
"@types/proj4": "^2.5.5",
"color": "^4.2.3",
"core-js": "^3.37.1",
"dialog-polyfill": "^0.5.6",
"docmypkg": "^0.0.1",
"maplibre-gl": "^4.6.0",
"nouislider": "15.7.2",
"proj4": "^2.11.0",
"regenerator": "^0.14.12",
"reset-css": "^5.0.2",
"wnumb": "^1.2.0"
},
"devDependencies": {
"@nextgis/eslint-config": "2.0.2",
"@types/geojson": "^7946.0.14",
"@types/nouislider": "^9.0.10",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"autoprefixer": "^10.4.19",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"csv-loader": "^3.0.5",
"docmypkg": "^0.0.1",
"esbuild": "^0.21.5",
"esbuild-loader": "^4.2.0",
"eslint": "^8.x",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-webpack-plugin": "^4.0.1",
"favicons-webpack-plugin": "6.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"image-webpack-loader": "^8.1.0",
"mini-css-extract-plugin": "^2.9.0",
"minimist": "^1.2.8",
"node-sass": "^9.0.0",
"papaparse": "^5.4.1",
"postcss-loader": "^8.1.1",
"precss": "^4.0.0",
"prettier": "^3.2.5",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"typescript": "5.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}