39 lines
922 B
JSON
39 lines
922 B
JSON
{
|
|
"name": "dm-pal",
|
|
"private": true,
|
|
"version": "0.1.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-log": "^2",
|
|
"@tauri-apps/plugin-store": "^2.4.3",
|
|
"@tauri-apps/plugin-dialog": "^2",
|
|
"framer-motion": "^12",
|
|
"konva": "^10.3.0",
|
|
"lucide-react": "^0.525",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-konva": "^19.2.5",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4",
|
|
"@tauri-apps/cli": "^2.11.4",
|
|
"@types/node": "^24.13.2",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"oxlint": "^1.69.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.1.0"
|
|
}
|
|
}
|