cspj-application/client/package.json

40 lines
944 B
JSON
Raw Normal View History

2024-11-10 19:27:13 +08:00
{
"name": "cspj",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.6",
2025-01-13 22:05:58 +08:00
"@mui/lab": "^6.0.0-beta.22",
2024-11-10 19:27:13 +08:00
"@mui/material": "^6.1.6",
"@tauri-apps/api": "^2.1.0",
2024-11-11 20:37:45 +08:00
"@tauri-apps/plugin-http": "~2",
2024-11-11 00:43:09 +08:00
"@types/pg": "^8.11.10",
"dotenv": "^16.4.5",
2024-11-10 22:32:30 +08:00
"jotai": "^2.10.1",
2024-11-10 19:27:13 +08:00
"next": "^15.0.3",
"react": "^18.3.1",
2024-11-12 17:47:26 +08:00
"react-dom": "^18.3.1",
"uuid": "^11.0.3"
2024-11-10 19:27:13 +08:00
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-11-11 15:43:09 +08:00
"eslint": "^9.14.0",
2024-11-10 19:27:13 +08:00
"eslint-config-next": "15.0.3",
"typescript": "^5"
}
2024-11-11 15:43:09 +08:00
}