-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
42
43
{
"name": "wepbak-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"watch": "webpack-dev-server --mode development"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7",
"babel": "^6",
"babel-eslint": "^10",
"babel-loader": "^8",
"css-loader": "^4",
"eslint": "^7",
"eslint-config-airbnb-base": "^14",
"eslint-plugin-import": "^2",
"eslint-plugin-vue": "^6",
"file-loader": "^6",
"html-loader": "^1",
"html-webpack-plugin": "^4",
"sass-loader": "^9",
"style-loader": "^1",
"vue-loader": "^15",
"vue-style-loader": "^4",
"vue-template-compiler": "^2",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
},
"dependencies": {
"bulma": "^0",
"font-awesome": "^4",
"node-sass": "^4",
"vue": "^2",
"vue-router": "^3"
}
}