{ "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", "@mui/lab": "^6.0.0-beta.14", "@mui/material": "^6.1.6", "@tauri-apps/api": "^2.1.0", "@tauri-apps/plugin-http": "~2", "@types/pg": "^8.11.10", "dotenv": "^16.4.5", "jotai": "^2.10.1", "next": "^15.0.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@tauri-apps/cli": "^2.1.0", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^9.14.0", "eslint-config-next": "15.0.3", "typescript": "^5" } }