|
| 1 | +{ |
| 2 | + "name": "nextjs-with-nextui", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev --turbo", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix" |
| 10 | + }, |
| 11 | + "dependencies": { |
| 12 | + "@nextui-org/button": "2.0.38", |
| 13 | + "@nextui-org/code": "2.0.33", |
| 14 | + "@nextui-org/input": "2.2.5", |
| 15 | + "@nextui-org/kbd": "2.0.34", |
| 16 | + "@nextui-org/link": "2.0.35", |
| 17 | + "@nextui-org/listbox": "2.1.27", |
| 18 | + "@nextui-org/navbar": "2.0.37", |
| 19 | + "@nextui-org/snippet": "2.0.43", |
| 20 | + "@nextui-org/switch": "2.0.34", |
| 21 | + "@nextui-org/system": "2.2.6", |
| 22 | + "@nextui-org/theme": "2.2.11", |
| 23 | + "@react-aria/ssr": "3.9.4", |
| 24 | + "@react-aria/visually-hidden": "3.8.12", |
| 25 | + "@types/bootstrap": "^5.2.10", |
| 26 | + "bootstrap": "^5.3.3", |
| 27 | + "clsx": "2.1.1", |
| 28 | + "firebase": "^10.13.1", |
| 29 | + "firebase-admin": "^12.5.0", |
| 30 | + "framer-motion": "~11.1.1", |
| 31 | + "intl-messageformat": "^10.5.0", |
| 32 | + "next": "14.2.4", |
| 33 | + "next-themes": "^0.2.1", |
| 34 | + "react": "18.3.1", |
| 35 | + "react-dom": "18.3.1", |
| 36 | + "react-hot-toast": "^2.4.1", |
| 37 | + "react-icons": "^5.3.0" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@types/node": "20.5.7", |
| 41 | + "@types/react": "18.3.3", |
| 42 | + "@types/react-dom": "18.3.0", |
| 43 | + "@typescript-eslint/eslint-plugin": "7.2.0", |
| 44 | + "@typescript-eslint/parser": "7.2.0", |
| 45 | + "autoprefixer": "10.4.19", |
| 46 | + "eslint": "^8.57.0", |
| 47 | + "eslint-config-next": "14.2.1", |
| 48 | + "eslint-config-prettier": "^8.2.0", |
| 49 | + "eslint-plugin-import": "^2.26.0", |
| 50 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 51 | + "eslint-plugin-node": "^11.1.0", |
| 52 | + "eslint-plugin-prettier": "^5.1.3", |
| 53 | + "eslint-plugin-react": "^7.23.2", |
| 54 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 55 | + "eslint-plugin-unused-imports": "^3.2.0", |
| 56 | + "postcss": "8.4.38", |
| 57 | + "tailwind-variants": "0.1.20", |
| 58 | + "tailwindcss": "3.4.3", |
| 59 | + "typescript": "5.0.4" |
| 60 | + } |
| 61 | +} |
0 commit comments