Files
DeEarthX-CE/front/package.json
15736060610 4654f36202
Some checks failed
CI/CD / Code Check (push) Has been cancelled
CI/CD / Build Windows (push) Has been cancelled
项目迁移
2026-03-14 21:11:59 +08:00

40 lines
1.1 KiB
JSON

{
"name": "dex-v3-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:with-error-handling": "node build-with-error-handling.js",
"preview": "vite preview",
"tauri": "tauri",
"tauri-dev": "tauri dev --no-watch",
"tauri-build": "tauri build"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-store": "^2.4.2",
"ant-design-vue": "^4.2.6",
"axios": "^1.13.6",
"tailwindcss": "^4.2.1",
"vue": "^3.5.29",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@tauri-apps/plugin-shell": "^2.3.1",
"@vitejs/plugin-vue": "^5.2.4",
"typescript": "~5.6.3",
"vite": "^6.4.1",
"vue-tsc": "^2.2.12"
}
}