| 1 | { |
| 2 | "name": "tower-of-bazel", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "dependencies": { |
| 6 | "@heroicons/react": "1.0.6", |
| 7 | "@radix-ui/react-slot": "^1.0.2", |
| 8 | "@radix-ui/react-tooltip": "^1.0.7", |
| 9 | "@tauri-apps/api": "^1.5.3", |
| 10 | "@types/node": "18.17.0", |
| 11 | "@types/react": "18.2.78", |
| 12 | "@types/react-dom": "18.2.25", |
| 13 | "class-variance-authority": "^0.7.0", |
| 14 | "ai": "^2.2.33", |
| 15 | "clsx": "1.2.1", |
| 16 | "eslint": "8.32.0", |
| 17 | "eslint-config-next": "14.1.0", |
| 18 | "next": "14.2.5", |
| 19 | "react": "18.2.0", |
| 20 | "react-hot-toast": "^2.4.1", |
| 21 | "react-textarea-autosize": "^8.5.3", |
| 22 | "react-dom": "18.2.0", |
| 23 | "typescript": "4.9.4", |
| 24 | "tailwind-merge": "^2.2.1" |
| 25 | }, |
| 26 | "devDependencies": { |
| 27 | "@tailwindcss/forms": "0.5.3", |
| 28 | "@tailwindcss/typography": "0.5.9", |
| 29 | "@tauri-apps/cli": "^1.5.14", |
| 30 | "autoprefixer": "^10.4.19", |
| 31 | "postcss": "^8.4.38", |
| 32 | "tailwindcss": "^3.4.3" |
| 33 | }, |
| 34 | "scripts": { |
| 35 | "next-dev": "next dev", |
| 36 | "next-build": "next build", |
| 37 | "tauri-dev": "tauri dev", |
| 38 | "tauri-build": "tauri build" |
| 39 | } |
| 40 | } |