AllenWrench/package.json

27 lines
595 B
JSON
Raw Normal View History

2023-07-23 06:06:04 +00:00
{
"name": "allenwrench-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
2023-07-23 16:41:15 +00:00
"@tauri-apps/api": "^1.4.0",
"bootstrap": "^5.3.0",
2023-07-23 06:06:04 +00:00
"react": "^18.2.0",
2023-07-23 16:41:15 +00:00
"react-dom": "^18.2.0"
2023-07-23 06:06:04 +00:00
},
"devDependencies": {
2023-07-23 16:41:15 +00:00
"@tauri-apps/cli": "^1.4.0",
2023-07-23 06:06:04 +00:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
2023-07-23 16:41:15 +00:00
"vite": "^4.4.4"
2023-07-23 06:06:04 +00:00
}
}