38 lines
924 B
JSON
38 lines
924 B
JSON
{
|
|
"name": "@gridpilot/website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit",
|
|
"clean": "rm -rf .next"
|
|
},
|
|
"dependencies": {
|
|
"@faker-js/faker": "^9.2.0",
|
|
"@vercel/kv": "^3.0.0",
|
|
"@gridpilot/identity": "0.1.0",
|
|
"@gridpilot/racing": "0.1.0",
|
|
"@gridpilot/social": "0.1.0",
|
|
"@gridpilot/testing-support": "0.1.0",
|
|
"framer-motion": "^12.23.25",
|
|
"next": "^15.0.0",
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"autoprefixer": "^10.4.22",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^15.0.0",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.18",
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|