-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "city",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config config/webpack.prod.ts",
"start": "webpack-dev-server --open --config config/webpack.dev.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/copy-webpack-plugin": "^6.0.0",
"@types/mapbox-gl": "^1.11.1",
"@types/node": "^14.0.23",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/webpack": "^4.41.21",
"@types/webpack-dev-server": "^3.11.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"ts-loader": "^8.0.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9"
},
"dependencies": {
"@types/uuid": "^8.0.0",
"gl-matrix": "^3.3.0",
"mapbox-gl": "^1.11.1",
"three": "^0.118.3",
"uuid": "^8.2.0"
}
}