Files
2026-05-17 18:29:30 -05:00

29 lines
604 B
JSON

{
"name": "navbar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"formik": "^2.2.9",
"framer-motion": "^7.6.5",
"next": "12.3.1",
"react": "18.2.0",
"react-countup": "^6.3.2",
"react-dom": "18.2.0",
"react-icons": "^4.6.0"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8"
}
}