-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 999 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
32
33
34
{
"scripts": {
"dev": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline",
"watch": "./node_modules/webpack-cli/bin/cli.js -w",
"build": "webpack --mode production --module-bind js=babel-loader --display-error-details"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"material-icons": "^0.2.3",
"style-loader": "^0.23.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"absolutify": "^0.1.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"connect-history-api-fallback": "^1.5.0",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"uuid": "^3.3.2",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuetify": "^1.3.11"
}
}