xyyh-hhj/package.json
2025-02-25 18:00:42 +08:00

49 lines
1.2 KiB
JSON

{
"name": "vite-4",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vite --mode test",
"build:test": "vite build --mode test",
"build:pro": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"alloytouch": "^0.3.0",
"amfe-flexible": "^2.2.1",
"axios": "^1.5.0",
"fabric": "^5.3.0",
"gsap": "^3.12.2",
"howler": "^2.2.4",
"image-frame-player": "^1.0.2",
"pinia": "^2.1.6",
"pixi.js": "7.2.4",
"plyr": "^3.7.8",
"qs": "^6.11.2",
"three": "0.148.0",
"three-orbit-controls": "^82.1.0",
"vant": "^4.7.0",
"vconsole": "^3.15.1",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"weixin-js-sdk": "^1.6.0"
},
"devDependencies": {
"@vant/auto-import-resolver": "^1.0.1",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.16",
"postcss-px-to-viewport-8-plugin": "^1.2.3",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-lvdeploy": "^1.2.3"
}
}