-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.07 KB
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
{
"name": "russia-history",
"version": "4.0.2",
"description": "",
"main": "src/app.js",
"scripts": {
"start": "webpack-dev-server --progress --hot --open",
"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",
"docker": "docker build -t registry.nextgis.com/runivers:latest . && docker push registry.nextgis.com/runivers:latest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nextgis/dialog": "^0.32.0",
"@nextgis/mapboxgl-map-adapter": "^0.32.0",
"@nextgis/ngw-connector": "^0.32.0",
"@nextgis/qms-kit": "^0.32.0",
"@nextgis/url-runtime-params": "^0.32.0",
"@nextgis/webmap": "^0.32.0",
"@types/color": "^3.0.1",
"@types/node": "^14.0.19",
"@types/proj4": "^2.5.0",
"color": "^3.1.2",
"core-js": "^3.6.5",
"dialog-polyfill": "^0.5.1",
"mapbox-gl": "^1.11.1",
"nouislider": "14.6.0",
"proj4": "^2.6.2",
"regenerator": "^0.14.5",
"reset-css": "^5.0.1",
"wnumb": "^1.2.0"
},
"devDependencies": {
"@nextgis/eslint-config": "^0.32.0",
"@types/geojson": "^7946.0.7",
"@types/mapbox-gl": "^1.11.1",
"@types/nouislider": "^9.0.7",
"autoprefixer": "^9.8.4",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"csv-loader": "^3.0.3",
"eslint": "^7.4.0",
"eslint-loader": "^4.0.2",
"favicons-webpack-plugin": "3.0.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"image-webpack-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"papaparse": "^5.2.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.6",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}