-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 955 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 955 Bytes
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
{
"name": "demos",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve --open",
"build": "webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@tmcw/togeojson": "^6.0.0",
"browser-sync": "^3.0.2",
"crypto-browserify": "^3.12.1",
"css-loader": "^7.1.2",
"daynight": "^4.0.1",
"dotenv": "^16.4.5",
"dotenv-webpack": "^8.1.0",
"geojson": "^0.5.0",
"geojson2h3": "^1.2.0",
"h3-js": "^4.1.0",
"mapbox-gl": "^3.6.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"style-loader": "^4.0.0",
"watchify": "^4.0.0",
"webpack": "^5.94.0",
"webpack-dev-server": "^5.1.0",
"xmldom": "^0.6.0",
"webpack-cli": "^5.1.4"
}
}