mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
32 lines
739 B
JSON
32 lines
739 B
JSON
{
|
|
"name": "web",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"lint:fix": "eslint . --fix",
|
|
"check-types": "next typegen && tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@repo/ui": "workspace:*",
|
|
"clsx": "^2.1.1",
|
|
"next": "16.2.4",
|
|
"next-intl": "^4.9.1",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/node": "25.6.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"eslint": "^10.2.1",
|
|
"postcss": "^8.5.10",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|