-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "dropdown-component-demo",
"version": "1.0.0",
"description": "dropdown component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config webpack.base.config.js --hot --color",
"build": "webpack --config webpack.base.config.js"
},
"keywords": [
"demo"
],
"author": "keby",
"license": "ISC",
"dependencies": {
"vue": "^2.5.13"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^0.28.10",
"html-webpack-plugin": "^3.0.6",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.1",
"postcss-nested": "^3.0.0",
"pug": "^2.0.0",
"pug-loader": "^2.3.0",
"style-loader": "^0.20.2",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.2"
}
}