|
9 | 9 | "export": "next export", |
10 | 10 | "dev": "next dev --turbo", |
11 | 11 | "start": "next start", |
12 | | - "lint": "next lint --dir .", |
| 12 | + "lint": "eslint .", |
13 | 13 | "postinstall": "husky" |
14 | 14 | }, |
15 | 15 | "keywords": [], |
16 | 16 | "author": "", |
17 | 17 | "license": "ISC", |
18 | 18 | "dependencies": {}, |
19 | 19 | "devDependencies": { |
20 | | - "@heroui/react": "^2.7.6-beta.1", |
21 | | - "@ianvs/prettier-plugin-sort-imports": "^4.4.1", |
22 | | - "@stylistic/eslint-plugin": "^4.2.0", |
23 | | - "@tailwindcss/postcss": "^4.0.9", |
24 | | - "@tanstack/eslint-plugin-query": "^5.66.1", |
25 | | - "@tanstack/react-query": "^5.67.1", |
26 | | - "@trpc/client": "^11.0.0-rc.824", |
27 | | - "@trpc/next": "^11.0.0-rc.824", |
28 | | - "@trpc/react-query": "^11.0.0-rc.824", |
29 | | - "@trpc/server": "^11.0.0-rc.824", |
30 | | - "@types/node": "^22.13.9", |
31 | | - "@types/react": "^19.0.10", |
32 | | - "@typescript-eslint/eslint-plugin": "^8.26.0", |
33 | | - "@typescript-eslint/parser": "^8.26.0", |
34 | | - "eslint": "^9.21.0", |
35 | | - "eslint-config-next": "^15.2.1", |
36 | | - "eslint-config-prettier": "^10.0.2", |
| 20 | + "@heroui/react": "^2.8.5", |
| 21 | + "@ianvs/prettier-plugin-sort-imports": "^4.7.0", |
| 22 | + "@stylistic/eslint-plugin": "^5.6.1", |
| 23 | + "@tailwindcss/postcss": "^4.1.17", |
| 24 | + "@tanstack/eslint-plugin-query": "^5.91.2", |
| 25 | + "@tanstack/react-query": "^5.90.12", |
| 26 | + "@trpc/client": "^11.7.2", |
| 27 | + "@trpc/next": "^11.7.2", |
| 28 | + "@trpc/react-query": "^11.7.2", |
| 29 | + "@trpc/server": "^11.7.2", |
| 30 | + "@types/node": "^24.10.1", |
| 31 | + "@types/react": "^19.2.7", |
| 32 | + "@typescript-eslint/eslint-plugin": "^8.48.1", |
| 33 | + "@typescript-eslint/parser": "^8.48.1", |
| 34 | + "eslint": "^9.39.1", |
| 35 | + "eslint-config-next": "^16.0.7", |
| 36 | + "eslint-config-prettier": "^10.1.8", |
37 | 37 | "eslint-plugin-css-modules": "^2.12.0", |
38 | | - "eslint-plugin-import": "^2.31.0", |
39 | | - "eslint-plugin-prettier": "^5.2.3", |
40 | | - "framer-motion": "^12.4.10", |
41 | | - "got": "^14.4.6", |
| 38 | + "eslint-plugin-import": "^2.32.0", |
| 39 | + "eslint-plugin-prettier": "^5.5.4", |
| 40 | + "framer-motion": "^12.23.25", |
| 41 | + "got": "^14.6.5", |
42 | 42 | "husky": "^9.1.7", |
43 | | - "next": "^15.2.1", |
44 | | - "postcss": "^8.5.3", |
45 | | - "prettier": "^3.5.3", |
46 | | - "react": "^19.0.0", |
47 | | - "react-dom": "^19.0.0", |
| 43 | + "next": "^16.0.7", |
| 44 | + "postcss": "^8.5.6", |
| 45 | + "prettier": "^3.7.4", |
| 46 | + "react": "^19.2.1", |
| 47 | + "react-dom": "^19.2.1", |
48 | 48 | "react-icons": "^5.5.0", |
49 | | - "sass": "^1.85.1", |
50 | | - "superjson": "^2.2.2", |
51 | | - "tailwindcss": "^4.0.9", |
52 | | - "typescript": "^5.8.2", |
53 | | - "use-debounce": "^10.0.4", |
| 49 | + "sass": "^1.94.2", |
| 50 | + "superjson": "^2.2.6", |
| 51 | + "tailwindcss": "^4.1.17", |
| 52 | + "typescript": "^5.9.3", |
| 53 | + "use-debounce": "^10.0.6", |
54 | 54 | "use-local-storage-state": "^19.5.0", |
55 | | - "zod": "^3.24.2" |
| 55 | + "zod": "^4.1.13" |
56 | 56 | } |
57 | 57 | } |
0 commit comments