-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
85 lines (85 loc) · 2.11 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "vue-latest",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"mode": "echo $2"
},
"dependencies": {
"@alfsnd/vue-bootstrap-select": "^0.4.4",
"@riophae/vue-treeselect": "0.4.0",
"axios": "^0.21.1",
"bootstrap": ">=4.3.1",
"bootstrap-vue": "^2.0.4",
"bootswatch": "^4.3.1",
"clipboard": "^2.0.4",
"cropperjs": "^1.5.6",
"dayjs": "^1.8.16",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"inflection": "^1.12.0",
"jsoneditor": "^8.6.4",
"lodash": "^4.17.21",
"pikaz-excel-js": "^0.2.14",
"simple-line-icons": "^2.4.1",
"vue": "^2.6.11",
"vue-append": "^2.0.0",
"vue-element-loading": "^1.1.5",
"vue-html5-editor": "^1.1.1",
"vue-i18n": "^8.17.3",
"vue-json-pretty": "^1.6.3",
"vue-router": "^3.1.3",
"vue-select": "^3.2.0",
"vue-snotify": "^3.2.1",
"vue2-datepicker": "^3.4.1",
"vuedraggable": "^2.23.2",
"vuex": "^3",
"vuex-router-sync": "^5.0.0",
"xlsx": "^0.16.6"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^1.0.0",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"babel-eslint": "^10.0.3",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"express": "^5.0.0-alpha.7",
"faker": "^4.1.0",
"nodemon": "^1.19.4",
"sass": "^1.23.1",
"sass-loader": "^8.0.0",
"vue-cli-plugin-i18n": "~1.0.1",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}