note-app/notes/package.json

26 lines
537 B
JSON
Raw Normal View History

2024-11-19 20:52:58 -08:00
{
"name": "notes",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.7",
"@tauri-apps/api": "^2",
2024-11-19 23:50:35 -08:00
"@tauri-apps/plugin-shell": "^2",
"lucide-react": "^0.460.0"
2024-11-19 20:52:58 -08:00
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"vite": "^5.3.1",
"typescript": "^5.2.2"
}
}