33 lines
707 B
JSON
33 lines
707 B
JSON
{
|
|
"name": "@autumn/website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3004",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@gsap/react": "^2.1.2",
|
|
"gray-matter": "^4.0.3",
|
|
"gsap": "^3.14.2",
|
|
"lottie-react": "^2.4.1",
|
|
"matter-js": "^0.20.0",
|
|
"motion": "^12.38.0",
|
|
"next": "16.2.4",
|
|
"next-mdx-remote": "^6.0.0",
|
|
"ngrok": "^5.0.0-beta.2",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-syntax-highlighter": "^16.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.1",
|
|
"tailwindcss": "^4.2.2"
|
|
}
|
|
}
|