57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "schisandra-cloud-album-front",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --mode development --host",
|
|
"build": "vue-tsc -b && vite build --mode production",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@alova/adapter-axios": "^2.0.5",
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@types/animejs": "^3.1.12",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/json-stringify-safe": "^5.0.3",
|
|
"@types/node": "^22.5.0",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@vueuse/core": "^11.0.1",
|
|
"alova": "^3.0.11",
|
|
"animejs": "^3.2.2",
|
|
"ant-design-vue": "^4.2.3",
|
|
"axios": "^1.7.4",
|
|
"crypto-js": "^4.2.0",
|
|
"eslint": "9.9.0",
|
|
"go-captcha-vue": "^2",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"less": "^4.2.0",
|
|
"localforage": "^1.10.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.2.2",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"unplugin-auto-import": "^0.18.2",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
"vue": "^3.4.38",
|
|
"vue-i18n": "^10.0.0-beta.5",
|
|
"vue-router": "^4.4.3",
|
|
"ws": "^8.18.0",
|
|
"zipson": "^0.2.12"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.9.0",
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"eslint-plugin-vue": "^9.27.0",
|
|
"globals": "^15.9.0",
|
|
"sass": "^1.77.8",
|
|
"typescript": "^5.2.2",
|
|
"typescript-eslint": "^8.2.0",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^5.4.2",
|
|
"vue-tsc": "^2.0.24"
|
|
}
|
|
}
|