forked from youshandefeiyang/sub-web-modify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 774 Bytes
/
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
{
"name": "sub-web-modify",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"atob": "^2.1.2",
"axios": "^1.7.2",
"btoa": "^1.2.1",
"core-js": "^3.37.1",
"element-ui": "^2.15.14",
"vue": "^2.7.16",
"vue-clipboard2": "^0.3.3",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.8",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"svg-sprite-loader": "^6.0.11",
"vue-particles": "^1.0.9",
"vue-template-compiler": "^2.6.14"
}
}