|
1 | 1 | { |
2 | | - "name": "migrate-startmessage", |
3 | | - "version": "0.1.0", |
| 2 | + "name": "start-message", |
| 3 | + "version": "3.1.0", |
| 4 | + "author": { |
| 5 | + "name": "Matheus Agostinho", |
| 6 | + "email": "contact@matheuspa.com", |
| 7 | + "github": "https://github.com/TheMath123" |
| 8 | + }, |
4 | 9 | "private": true, |
| 10 | + "license": "GPL-3.0-only", |
5 | 11 | "scripts": { |
6 | | - "dev": "next dev", |
7 | | - "build": "next build", |
| 12 | + "dev": "next dev --turbopack", |
| 13 | + "build": "next build --turbopack", |
8 | 14 | "start": "next start", |
9 | | - "lint": "next lint" |
| 15 | + "lint": "biome check", |
| 16 | + "format": "biome format --write" |
10 | 17 | }, |
11 | 18 | "dependencies": { |
12 | | - "@hookform/resolvers": "^3.3.2", |
13 | | - "clsx": "^2.0.0", |
14 | | - "next": "14.0.1", |
15 | | - "react": "^18", |
16 | | - "react-dom": "^18", |
17 | | - "react-hook-form": "^7.48.2", |
18 | | - "tailwind-merge": "^2.1.0", |
19 | | - "zod": "^3.22.4" |
| 19 | + "@hookform/resolvers": "^5.2.0", |
| 20 | + "@phosphor-icons/react": "^2.1.10", |
| 21 | + "@radix-ui/react-checkbox": "^1.3.3", |
| 22 | + "@radix-ui/react-dialog": "^1.1.15", |
| 23 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
| 24 | + "@radix-ui/react-label": "^2.1.7", |
| 25 | + "@radix-ui/react-popover": "^1.1.15", |
| 26 | + "@radix-ui/react-select": "^2.2.6", |
| 27 | + "@radix-ui/react-separator": "^1.1.7", |
| 28 | + "@radix-ui/react-slot": "^1.2.3", |
| 29 | + "@radix-ui/react-tooltip": "^1.2.8", |
| 30 | + "@t3-oss/env-nextjs": "^0.13.8", |
| 31 | + "class-variance-authority": "^0.7.1", |
| 32 | + "clsx": "^2.1.1", |
| 33 | + "cmdk": "^1.1.1", |
| 34 | + "next": "15.5.2", |
| 35 | + "next-themes": "^0.4.6", |
| 36 | + "react": "19.1.1", |
| 37 | + "react-dom": "19.1.1", |
| 38 | + "react-hook-form": "^7.62.0", |
| 39 | + "tailwind-merge": "^3.3.1", |
| 40 | + "zod": "^4.1.5" |
20 | 41 | }, |
21 | 42 | "devDependencies": { |
22 | | - "@types/node": "^20", |
23 | | - "@types/react": "^18", |
24 | | - "@types/react-dom": "^18", |
25 | | - "autoprefixer": "^10.0.1", |
26 | | - "eslint": "^8", |
27 | | - "eslint-config-next": "14.0.1", |
28 | | - "postcss": "^8", |
29 | | - "tailwindcss": "^3.3.0", |
30 | | - "typescript": "^5" |
| 43 | + "@biomejs/biome": "2.2.2", |
| 44 | + "@tailwindcss/postcss": "4.1.12", |
| 45 | + "@types/node": "24.3.0", |
| 46 | + "@types/react": "19.1.12", |
| 47 | + "@types/react-dom": "19.1.9", |
| 48 | + "postcss": "8", |
| 49 | + "tailwindcss": "4.1.12", |
| 50 | + "tw-animate-css": "^1.3.7", |
| 51 | + "typescript": "5" |
31 | 52 | } |
32 | 53 | } |
0 commit comments