22 lines
453 B
JSON
22 lines
453 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export"
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": "^6.3.3",
|
|
"next": "^12.1.6",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-feather": "^2.0.9",
|
|
"simple-icons": "^6.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.7",
|
|
"postcss": "^8.4.13",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|