forked from v-ui/vue-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
{
"name": "vue-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev-build": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint",
"inspect": "vue inspect > output.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@popperjs/core": "^2.9.2",
"@videojs/http-streaming": "^2.9.1",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"bootstrap-icons": "^1.5.0",
"chroma-js": "^2.1.2",
"clipboard": "^2.0.8",
"core-js": "^3.15.1",
"excel4node": "^1.7.2",
"filepond": "^4.28.2",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-preview": "^4.6.6",
"filer": "^1.2.0",
"gsap": "^3.7.0",
"howler": "^2.2.1",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"print-js": "^1.6.0",
"province-city-china": "^7.1.3",
"register-service-worker": "^1.7.2",
"screenfull": "^5.1.0",
"swiper": "^6.7.0",
"video.js": "^7.12.3",
"vue": "^2.6.14",
"vue-awesome-swiper": "^4.1.1",
"vue-filepond": "^6.0.2",
"vue-giant-tree": "^0.1.5",
"vue-i18n": "^8.24.5",
"vue-page-transition": "^0.2.2",
"vue-router": "^3.5.2",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-pwa": "~4.2.0",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-plugin-vuex": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"svg-sprite-loader": "^5.2.1",
"vue-template-compiler": "^2.6.14"
}
}