forked from geomatico/1km
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "geomatico-1km-covid19",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"build": "webpack --config webpack.config.js",
"gh-pages": "npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geomatico/1km.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/geomatico/1km/issues"
},
"homepage": "https://github.com/geomatico/1km#readme",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"fileloader": "^2.0.0",
"gh-pages": "^2.2.0",
"html-webpack-plugin": "^4.0.3",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.5.1",
"@mapbox/spritezero": "^6.2.0",
"@turf/circle": "^6.0.1",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"mapbox-gl": "^1.9.1",
"proj4": "^2.6.1"
}
}