MIRROR/package.json
LIRUI 3d83a2ac75
All checks were successful
部署 Next.js 站点到 Gitea / deploy (push) Successful in 5m0s
0228.3
2025-02-28 17:14:40 +08:00

37 lines
877 B
JSON

{
"name": "magic-mirror",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --no-lint",
"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"
}
}