30 lines
685 B
JSON
30 lines
685 B
JSON
{
|
|
"name": "1000planets-site",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"check": "bash spec-kit/scripts/ci-checks.sh"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.2.15",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"framer-motion": "^11.11.17",
|
|
"lucide-react": "^0.454.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.15",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|