-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "openhistoricalmap-inspectorplusplus",
"version": "1.0.0",
"description": "",
"main": "api.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js --open",
"build": "webpack --config webpack.config.js --hide-modules=true --display-origins=false --display-provided-exports=false --colors --progress --optimize-minimize",
"deploy": "npm run build && git add api/ && git commit -m 'compile for deploy' && git push"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.5.0",
"eslint-loader": "^3.0.2",
"file-loader": "^4.2.0",
"ignore-loader": "^0.1.2",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"sass": "^1.22.12",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
}
}