MIRROR/package.json
2025-02-27 21:39:32 +08:00

37 lines
867 B
JSON

{
"name": "magic-mirror",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.5",
"@mui/material": "^6.4.5",
"@tanstack/react-query": "^5.66.9",
"next": "15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-use-websocket": "^4.13.0",
"swr": "^2.3.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}