-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
98 lines (98 loc) · 2.98 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "vite_vue3_mobile",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "rm -rf dist && vite build",
"preview": "vite preview",
"report": "rm -rf dist && vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@faker-js/faker": "^8.0.0",
"aframe": "^1.4.2",
"axios": "^1.4.0",
"can-i-ignore-scripts": "^0.1.9",
"cannon-es-debugger": "^1.0.0",
"compressorjs": "^1.2.1",
"cssnano": "^6.0.0",
"cssnano-preset-advanced": "^6.0.0",
"echarts": "^5.4.2",
"gyronorm": "^2.0.6",
"image-conversion": "^2.1.1",
"mitt": "^3.0.0",
"particles-bg-vue": "^1.3.5",
"pinia": "^2.0.32",
"pinia-plugin-persist": "^1.0.0",
"postcss-aspect-ratio-mini": "^1.1.0",
"postcss-cssnext": "^3.1.1",
"postcss-import": "^15.1.0",
"postcss-px-to-viewport-8-plugin": "^1.2.2",
"postcss-url": "^10.1.3",
"postcss-viewport-units": "^0.1.6",
"postcss-write-svg": "^3.0.1",
"proton-engine": "^5.4.5",
"raf-manager": "^0.3.0",
"rollup": "^3.21.7",
"rollup-plugin-visualizer": "^5.9.0",
"sass-loader": "^13.2.2",
"save": "^2.9.0",
"sharp": "^0.32.1",
"swiper": "^7.4.1",
"three": "^0.152.2",
"three-pathfinding": "^1.2.0",
"tsparticles": "^2.9.3",
"v-animate-css": "^1.0.1",
"v-wave": "^1.5.0",
"vant": "^4.3.1",
"vconsole": "^3.15.0",
"viewport-units-buggyfill": "^0.6.2",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-mpa-plus": "^0.5.4",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue": "^3.2.47",
"vue-animate-onscroll": "^1.0.8",
"vue-i18n": "^9.2.2",
"vue-jsonp": "^2.0.0",
"vue-kinesis": "^2.0.5",
"vue-lazyload": "^3.0.0-rc.2",
"vue-loader": "^17.1.0",
"vue-observe-visibility": "^1.0.0",
"vue-resize": "^2.0.0-alpha.1",
"vue-router": "^4.2.1",
"vue2-animate": "^2.1.4",
"vue3-particles": "^2.9.3",
"vue3-sfc-transitions": "^1.0.4",
"vue3-virtual-scroll": "^0.1.10",
"webrtc-adapter": "^8.2.2",
"wujie": "^1.0.17",
"wujie-vue3": "^1.0.17"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/lodash": "^4.14.194",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@webxrd/vite-plugin-svg": "^1.0.5",
"consola": "^3.1.0",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"mockjs": "^1.1.0",
"postcss-loader": "^7.3.0",
"postcss-preset-env": "^8.3.2",
"prettier": "^2.8.4",
"rollup-plugin-require-context": "^1.0.1",
"rollup-plugin-svg-sprites": "^1.2.5",
"sass": "^1.62.1",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-legacy": "^2.1.0",
"vite-plugin-mock-dev-server": "^1.1.6",
"vite-plugin-style-import": "^2.0.0"
}
}