| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "auto-record",
- "private": true,
- "version": "0.1.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc && vite build",
- "preview": "vite preview",
- "tauri": "tauri"
- },
- "dependencies": {
- "@ant-design/icons": "6.x",
- "@tauri-apps/api": "^2",
- "@tauri-apps/plugin-dialog": "^2",
- "@tauri-apps/plugin-opener": "^2",
- "@tauri-apps/plugin-sql": "^2",
- "antd": "^6.4.0",
- "react": "^19.1.0",
- "react-dom": "^19.1.0"
- },
- "devDependencies": {
- "@tailwindcss/vite": "^4.0.0",
- "@tauri-apps/cli": "^2",
- "@types/react": "^19.1.8",
- "@types/react-dom": "^19.1.6",
- "@vitejs/plugin-react": "^4.6.0",
- "tailwindcss": "^4.0.0",
- "typescript": "~5.8.3",
- "vite": "^7.0.4"
- }
- }
|