Files
DevReport/package.json

36 lines
912 B
JSON
Raw Normal View History

2025-04-24 19:13:20 +08:00
{
"name": "cs-auto-report",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"td": "tauri dev",
"lint": "bunx @biomejs/biome lint ./src",
"format": "bunx @biomejs/biome format --write ./src",
"check": "bunx @biomejs/biome check --apply ./src"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-opener": "^2",
"antd": "^5.24.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.1.4",
"@tauri-apps/cli": "^2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.1.4",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}