-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 883 Bytes
/
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
{
"name": "write_to_a_file",
"version": "1.0.0",
"description": "",
"main": "server",
"scripts": {
"webpack": "webpack -d --watch",
"start:dev": "webpack-dev-server --open",
"start:all": "concurrently \"npm run webpack\" \"npm run start:dev\"",
"build:prod": "webpack -p"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"concurrently": "^5.1.0",
"leaflet": "^1.6.0",
"mapbox-gl": "^1.7.0",
"path": "^0.12.7"
},
"devDependencies": {
"css-loader": "^3.4.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}