45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "ml4e",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/orbitron": "^5.2.8",
|
|
"@react-three/drei": "^10.7.6",
|
|
"@react-three/fiber": "^9.3.0",
|
|
"@react-three/postprocessing": "^3.0.4",
|
|
"@tsparticles/react": "^3.0.0",
|
|
"@tsparticles/slim": "^3.9.1",
|
|
"cloudinary": "^2.7.0",
|
|
"framer-motion": "^12.23.24",
|
|
"gl-matrix": "^3.4.4",
|
|
"gsap": "^3.13.0",
|
|
"lucide-react": "^0.548.0",
|
|
"mongoose": "^8.19.1",
|
|
"motion": "^12.23.24",
|
|
"next": "^16.1.1",
|
|
"react": "19.1.0",
|
|
"react-awesome-reveal": "^4.3.1",
|
|
"react-dom": "19.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-type-animation": "^3.2.0",
|
|
"react-typed": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "20.19.22",
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.5.4",
|
|
"tailwindcss": "^4",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|