-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "p20000",
"version": "1.0.0",
"description": "conbat",
"main": "index.js",
"private": true,
"keywords": [
"e-commerce"
],
"author": "sch",
"license": "ISC",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --port 8111",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"v-distpicker": "^1.0.14",
"vue": "^2.3.3"
},
"devDependencies": {
"animate.css": "^3.5.2",
"autoprefixer": "^8.1.0",
"axios": "^0.16.2",
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.1",
"cross-env": "^3.0.0",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.25.0",
"eslint": "^4.19.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vuefix": "^0.2.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^3.0.0",
"optimize-css-assets-webpack-plugin": "^3.0.0",
"postcss-loader": "^2.1.3",
"style-loader": "^0.18.2",
"vue-cli": "^2.9.2",
"vue-loader": "^12.1.0",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.3.3",
"vuex": "^2.3.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}