-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.85 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.85 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
59
60
61
62
63
64
65
66
67
{
"name": "ceres-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"start": "pm2 start app.js --name='ceres-admin'",
"stop": "pm2 delete ceres-admin",
"restart": "npm run stop && npm run start",
"buildart": "npm run build && npm run restart",
"lint": "vue-cli-service lint",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@riophae/vue-treeselect": "^0.4.0",
"@tinymce/tinymce-vue": "^3.2.0",
"axios": "^0.19.0",
"clipboard": "^2.0.6",
"core-js": "^2.6.5",
"d3": "^5.9.7",
"echarts": "^4.2.1",
"el-tree-transfer": "^2.2.9",
"element-ui": "^2.11.1",
"file-saver": "2.0.1",
"font-awesome": "^4.7.0",
"fuse.js": "^6.0.0",
"js-base64": "^2.5.2",
"js-beautify": "^1.10.2",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"nprogress": "^0.2.0",
"screenfull": "^4.2.1",
"svg-sprite-loader": "^5.0.0",
"tinymce": "^5.2.2",
"vue": "^2.6.11",
"vue-awesome-swiper": "^3.1.3",
"vue-croppa": "^1.3.8",
"vue-router": "^3.1.6",
"vue-ueditor-wrap": "^2.4.4",
"vuedraggable": "^2.20.0",
"vuex": "^3.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/eslint-config-airbnb": "^4.0.1",
"babel-eslint": "^8.1.0",
"babel-plugin-component": "^1.1.1",
"commitizen": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"mockjs": "^1.1.0",
"style-resources-loader": "^1.3.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.11"
}
}