Files
web/package.json

32 lines
868 B
JSON
Raw Normal View History

2025-03-04 10:10:35 +08:00
{
"name": "portal",
"version": "0.1.0",
"private": true,
"scripts": {
2025-03-11 14:57:23 +08:00
"dev": "next dev -H 0.0.0.0 --turbopack",
2025-03-04 10:10:35 +08:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-03-13 15:14:30 +08:00
"motion": "^12.5.0",
"next": "15.2.1",
2025-03-04 10:10:35 +08:00
"react": "^19.0.0",
2025-03-13 15:14:30 +08:00
"react-dom": "^19.0.0"
2025-03-04 10:10:35 +08:00
},
"devDependencies": {
2025-03-13 15:14:30 +08:00
"@eslint/eslintrc": "^3",
2025-03-11 14:57:23 +08:00
"@next/eslint-plugin-next": "^15.2.1",
2025-03-13 15:14:30 +08:00
"@tailwindcss/postcss": "^4",
2025-03-04 10:10:35 +08:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.1",
2025-03-13 15:14:30 +08:00
"eslint-plugin-react-hooks": "^5.2.0",
"tailwindcss": "^4",
"typescript": "^5"
2025-03-04 10:10:35 +08:00
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}