-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.03 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 2.03 KB
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
58
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.18",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"cross-env": "^5.1",
"eslint": "^5.15.2",
"eslint-loader": "^2.1.2",
"eslint-plugin-eslint-plugin": "^2.0.1",
"eslint-plugin-vue": "^5.2.2",
"eslint-plugin-vue-libs": "github:vuejs/eslint-plugin-vue-libs",
"laravel-mix": "^4.0.7",
"laravel-mix-eslint": "^0.1.3",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.2",
"svg-sprite-loader": "^4.1.3",
"vue-template-compiler": "^2.6.9"
},
"dependencies": {
"axios": "^0.18.0",
"clipboard": "^2.0.4",
"debounce": "^1.2.0",
"driver.js": "^0.9.5",
"dropzone": "^5.5.1",
"echarts": "^4.1.0",
"element-ui": "^2.6.1",
"file-saver": "^2.0.1",
"html2pdf.js": "^0.9.1",
"js-cookie": "^2.2.0",
"jsonlint": "^1.6.3",
"jszip": "^3.2.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"sortablejs": "^1.8.4",
"tui-editor": "^1.3.3",
"vue": "^2.5.17",
"vue-count-to": "^1.0.13",
"vue-i18n": "^8.9.0",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.2",
"vue-splitpane": "^1.0.4",
"vuex": "^3.1.0",
"xlsx": "^0.17.0"
}
}