-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
{
"name": "www-ecust-cic-com",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"animate.css": "^3.7.2",
"axios": "^0.21.1",
"bootstrap": "^4.3.1",
"bootstrap-dropdown-hover": "^4.2.0",
"bootstrap-select": "^1.13.12",
"core-js": "^2.6.5",
"identicon.js": "^2.3.3",
"jquery": "^3.4.1",
"loaders.css": "^0.1.2",
"mavon-editor": "^2.7.7",
"moment": "^2.30.1",
"password-validator": "^5.0.2",
"popper.js": "^1.15.0",
"qs": "^6.9.0",
"textillate": "^0.4.1",
"vee-validate": "^2.2.15",
"vue": "^2.6.10",
"vue-backtotop": "^1.6.1",
"vue-cookies": "^1.5.13",
"vue-fullpage.js": "^0.1.4",
"vue-particles": "^1.0.9",
"vue-qr": "^2.1.0",
"vue-router": "^3.1.3",
"vue-runtime-helpers": "^1.1.2",
"vue-spinkit": "^1.7.10",
"vuex": "^3.0.1",
"webpack": "^4.39.3",
"wowjs": "^1.1.3",
"xlsx": "^0.15.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.11.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
}
}