fenghuo/apps/web/package.json

31 lines
705 B
JSON
Raw Normal View History

2025-02-18 15:35:03 +08:00
{
"name": "web",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@workspace/ui": "workspace:*",
"lucide-react": "0.477.0",
2025-02-18 15:35:03 +08:00
"next-themes": "^0.4.4",
2025-02-27 13:11:40 +08:00
"next": "15.2.0",
"react": "19.0.0",
"react-dom": "19.0.0"
2025-02-18 15:35:03 +08:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
2025-02-27 13:11:40 +08:00
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
2025-02-18 15:35:03 +08:00
"@workspace/eslint-config": "workspace:^",
"@workspace/typescript-config": "workspace:*",
"tailwindcss": "^4",
"typescript": "^5"
}
}