29 lines
625 B
JSON
29 lines
625 B
JSON
|
|
{
|
||
|
|
"name": "kit.pivoine.art",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev --turbopack",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"lint": "next lint"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"framer-motion": "^11.11.17",
|
||
|
|
"next": "^16.0.1",
|
||
|
|
"react": "^19.0.0",
|
||
|
|
"react-dom": "^19.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@tailwindcss/postcss": "^4.1.17",
|
||
|
|
"@types/node": "^20",
|
||
|
|
"@types/react": "^19",
|
||
|
|
"@types/react-dom": "^19",
|
||
|
|
"eslint": "^9.39.1",
|
||
|
|
"eslint-config-next": "^16.0.1",
|
||
|
|
"postcss": "^8",
|
||
|
|
"tailwindcss": "^4.0.0",
|
||
|
|
"typescript": "^5"
|
||
|
|
}
|
||
|
|
}
|