-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "doob",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode dev",
"build": "vue-cli-service build"
},
"dependencies": {
"@jiaminghi/data-view": "^2.10.0",
"@popperjs/core": "^2.11.0",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"core-js": "^3.6.5",
"echarts": "^5.4.2",
"echarts-gl": "^2.0.9",
"element-ui": "^2.15.10",
"feather-icons": "^4.28.0",
"jquery": "^3.7.0",
"sass": "^1.45.2",
"vue": "^2.6.11",
"vue-awesome": "^4.5.0",
"vue-cool-lightbox": "^2.7.4",
"vue-count-to": "^1.0.13",
"vue-easytable": "^2.21.5",
"vue-js-modal": "^2.0.1",
"vue-json-excel": "^0.3.0",
"vue-ls": "^4.2.0",
"vue-router": "^3.2.0",
"vue-scrollactive": "^0.9.3",
"vue-seamless-scroll": "^1.1.23",
"vue-slick-carousel": "^1.0.6",
"vue-typed-js": "^0.1.2",
"vue-visibility-sensor": "^0.3.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"mockjs": "^1.1.0",
"sass-loader": "^8.0.2",
"vue-easy-pie-chart": "^1.0.3",
"vue-template-compiler": "^2.6.11"
}
}