Portfolio-v3/package.json
2024-03-12 19:52:20 -04:00

24 lines
529 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"cfpages": "npm run build && npm start"
},
"dependencies": {
"framer-motion": "^7.10.3",
"lucide-react": "^0.102.0",
"next": "^13.5.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"simple-icons": "^7.21.0"
},
"devDependencies": {
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}