|
7 | 7 | "typescript": "tsc --noEmit --skipLibCheck true", |
8 | 8 | "build": "next build", |
9 | 9 | "export": "next export", |
10 | | - "dev": "next dev", |
| 10 | + "dev": "next dev --turbo", |
11 | 11 | "start": "next start", |
12 | 12 | "lint": "eslint .", |
13 | | - "prepare": "husky install" |
| 13 | + "postinstall": "husky" |
14 | 14 | }, |
15 | 15 | "keywords": [], |
16 | 16 | "author": "", |
17 | 17 | "license": "ISC", |
18 | | - "dependencies": {}, |
| 18 | + "dependencies": { |
| 19 | + "@heroui/codemod": "^1.3.0" |
| 20 | + }, |
19 | 21 | "devDependencies": { |
20 | | - "@ianvs/prettier-plugin-sort-imports": "^4.2.1", |
21 | | - "@nextui-org/react": "^2.2.10", |
22 | | - "@nextui-org/theme": "^2.1.18", |
23 | | - "@tanstack/eslint-plugin-query": "^5.27.7", |
24 | | - "@tanstack/react-query": "^5.28.4", |
25 | | - "@trpc/client": "^11.0.0-next-beta.318", |
26 | | - "@trpc/next": "^11.0.0-next-beta.318", |
27 | | - "@trpc/react-query": "^11.0.0-next-beta.318", |
28 | | - "@trpc/server": "^11.0.0-next-beta.318", |
29 | | - "@types/node": "^20.11.28", |
30 | | - "@types/react": "^18.2.66", |
31 | | - "@typescript-eslint/eslint-plugin": "^7.2.0", |
32 | | - "@typescript-eslint/parser": "^7.2.0", |
33 | | - "autoprefixer": "^10.4.18", |
34 | | - "eslint": "^8.57.0", |
35 | | - "eslint-config-next": "^14.1.3", |
36 | | - "eslint-config-prettier": "^9.1.0", |
| 22 | + "@heroui/react": "https://pkg.pr.new/@heroui/react@4656", |
| 23 | + "@ianvs/prettier-plugin-sort-imports": "^4.4.1", |
| 24 | + "@tailwindcss/postcss": "^4.0.9", |
| 25 | + "@tanstack/eslint-plugin-query": "^5.66.1", |
| 26 | + "@tanstack/react-query": "^5.67.1", |
| 27 | + "@trpc/client": "^11.0.0-rc.824", |
| 28 | + "@trpc/next": "^11.0.0-rc.824", |
| 29 | + "@trpc/react-query": "^11.0.0-rc.824", |
| 30 | + "@trpc/server": "^11.0.0-rc.824", |
| 31 | + "@types/node": "^22.13.9", |
| 32 | + "@types/react": "^19.0.10", |
| 33 | + "@typescript-eslint/eslint-plugin": "^8.26.0", |
| 34 | + "@typescript-eslint/parser": "^8.26.0", |
| 35 | + "eslint": "^9.21.0", |
| 36 | + "eslint-config-next": "^15.2.1", |
| 37 | + "eslint-config-prettier": "^10.0.2", |
37 | 38 | "eslint-plugin-css-modules": "^2.12.0", |
38 | | - "eslint-plugin-import": "^2.29.1", |
39 | | - "eslint-plugin-prettier": "^5.1.3", |
40 | | - "framer-motion": "^11.0.14", |
41 | | - "got": "^13.0.0", |
42 | | - "husky": "^9.0.11", |
43 | | - "next": "^14.1.3", |
44 | | - "postcss": "^8.4.36", |
45 | | - "prettier": "^3.2.5", |
46 | | - "react": "^18.2.0", |
47 | | - "react-dom": "^18.2.0", |
48 | | - "react-icons": "^5.0.1", |
49 | | - "sass": "^1.72.0", |
50 | | - "superjson": "^2.2.1", |
51 | | - "tailwindcss": "^3.4.1", |
52 | | - "typescript": "^5.4.2", |
53 | | - "use-debounce": "^10.0.0", |
54 | | - "use-local-storage-state": "^19.1.0", |
55 | | - "zod": "^3.22.4" |
| 39 | + "eslint-plugin-import": "^2.31.0", |
| 40 | + "eslint-plugin-prettier": "^5.2.3", |
| 41 | + "framer-motion": "^12.4.10", |
| 42 | + "got": "^14.4.6", |
| 43 | + "husky": "^9.1.7", |
| 44 | + "next": "^15.2.1", |
| 45 | + "postcss": "^8.5.3", |
| 46 | + "prettier": "^3.5.3", |
| 47 | + "react": "^19.0.0", |
| 48 | + "react-dom": "^19.0.0", |
| 49 | + "react-icons": "^5.5.0", |
| 50 | + "sass": "^1.85.1", |
| 51 | + "superjson": "^2.2.2", |
| 52 | + "tailwindcss": "^4.0.9", |
| 53 | + "typescript": "^5.8.2", |
| 54 | + "use-debounce": "^10.0.4", |
| 55 | + "use-local-storage-state": "^19.5.0", |
| 56 | + "zod": "^3.24.2" |
56 | 57 | } |
57 | 58 | } |
0 commit comments