forked from CareyWang/sub-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "sub-web",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"atob": "^2.1.2",
"axios": "^0.21.1",
"btoa": "^1.2.1",
"core-js": "^3.12.1",
"element-ui": "^2.15.1",
"register-service-worker": "^1.7.1",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.1",
"vue-router": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@vue/cli-plugin-babel": "5",
"@vue/cli-plugin-eslint": "5",
"@vue/cli-plugin-pwa": "5",
"@vue/cli-plugin-router": "5",
"@vue/cli-service": "5",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.3",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.17.0",
"sass": "^1.43.4",
"sass-loader": "^8.0.0",
"svg-sprite-loader": "6.0.11",
"vue-particles": "^1.0.9",
"vue-template-compiler": "^2.6.10"
}
}