www_ourverse_new/package.json
2024-09-26 12:54:57 +03:00

35 lines
857 B
JSON

{
"name": "tailwindui-keynote",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^2.1.0",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.5",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.12",
"clsx": "^2.1.0",
"framer-motion": "^11.7.0",
"next": "^14.2.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "0.33.1"
}
}