29 lines
624 B
JSON
Executable File
29 lines
624 B
JSON
Executable File
{
|
|
"name": "pixelup-dev",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npx next dev -p 3005",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@gsap/react": "^2.1.2",
|
|
"gsap": "^3.14.2",
|
|
"lottie-react": "^2.4.1",
|
|
"matter-js": "^0.20.0",
|
|
"motion": "^12.38.0",
|
|
"next": "16.2.1",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-syntax-highlighter": "^16.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.1",
|
|
"tailwindcss": "^4.2.2"
|
|
}
|
|
}
|