40 lines
878 B
JSON
40 lines
878 B
JSON
{
|
|
"name": "my-vue3-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"webp": "node convertToWebp.js"
|
|
},
|
|
"dependencies": {
|
|
"ofetch": "^1.4.1",
|
|
"ohash": "^1.1.6",
|
|
"process-nextick-args": "^2.0.1",
|
|
"qrcode.vue": "^3.6.0",
|
|
"sharp": "^0.34.2",
|
|
"swiper": "^11.2.6",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"globals": "^16.0.0",
|
|
"gulp": "^5.0.1",
|
|
"gulp-debug": "^5.0.1",
|
|
"gulp-rename": "^2.1.0",
|
|
"gulp-webp": "^5.0.0",
|
|
"sass": "^1.86.0",
|
|
"typescript": "^5.8.2",
|
|
"unplugin-auto-import": "^19.1.1",
|
|
"vite": "^5.4.14",
|
|
"vite-plugin-vsharp": "^1.8.1"
|
|
},
|
|
"volta": {
|
|
"node": "24.14.1"
|
|
}
|
|
}
|