-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "bsr-helper",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"if": "node dev/iconfont/index.js"
},
"dependencies": {
"axios": "^0.27.2",
"clipboard-copy": "^4.0.1",
"core-js": "^3.6.5",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"vant": "^2.12.30",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.4.0",
"vuex-module-decorators": "^1.2.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.175",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-typescript": "^7.0.0",
"axios": "^0.23.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"mime-types": "^2.1.33",
"postcss-csso": "^4.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"simple-iconfont-builder": "^1.0.1",
"simple-sftp-uploader": "^1.0.1",
"typescript": "~4.1.5",
"vue-template-compiler": "^2.6.11"
}
}