53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "asset-pro",
|
|
"version": "1.0.0",
|
|
"description": "Electron + React + TypeScript 资产管理应用",
|
|
"main": "dist-electron/main.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"prebuild": "node scripts/kill-app.js && node scripts/fix-wincodesign.js",
|
|
"build": "tsc && vite build && node scripts/build-with-fix.js",
|
|
"preview": "vite preview",
|
|
"electron:dev": "vite",
|
|
"electron:build": "vite build && node scripts/build-with-fix.js"
|
|
},
|
|
"keywords": [
|
|
"electron",
|
|
"react",
|
|
"typescript",
|
|
"vite"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"electron-store": "^8.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^7.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@types/node": "^20.10.0",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"concurrently": "^8.2.2",
|
|
"cross-env": "^10.1.0",
|
|
"electron": "^28.0.0",
|
|
"electron-builder": "^24.9.1",
|
|
"lucide-react": "^0.294.0",
|
|
"postcss": "^8.4.32",
|
|
"tailwind-merge": "^2.1.0",
|
|
"tailwindcss": "^3.3.6",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-electron": "^0.28.0",
|
|
"vite-plugin-electron-renderer": "^0.14.5",
|
|
"wait-on": "^7.2.0"
|
|
}
|
|
}
|