|
1 | 1 | { |
2 | | - "name": "bun-react-template", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "type": "module", |
6 | | - "main": "src/index.tsx", |
7 | | - "module": "src/index.tsx", |
8 | | - "scripts": { |
9 | | - "dev": "bun --hot src/index.tsx", |
10 | | - "start": "NODE_ENV=production bun src/index.tsx", |
11 | | - "build": "bun run build.ts", |
12 | | - "build:components": "bun run src/utils/buildComponents.ts" |
13 | | - }, |
14 | | - "dependencies": { |
15 | | - "@codemirror/lang-html": "^6.4.9", |
16 | | - "@codemirror/theme-one-dark": "^6.1.3", |
17 | | - "@hookform/resolvers": "^4.1.0", |
18 | | - "@radix-ui/react-dialog": "^1.1.14", |
19 | | - "@radix-ui/react-icons": "^1.3.2", |
20 | | - "@radix-ui/react-label": "^2.1.2", |
21 | | - "@radix-ui/react-select": "^2.1.6", |
22 | | - "@radix-ui/react-slot": "^1.2.3", |
23 | | - "@radix-ui/react-tabs": "^1.1.12", |
24 | | - "@uiw/react-codemirror": "^4.24.1", |
25 | | - "bun-plugin-tailwind": "^0.0.14", |
26 | | - "class-variance-authority": "^0.7.1", |
27 | | - "clsx": "^2.1.1", |
28 | | - "cmdk": "^1.1.1", |
29 | | - "lucide-react": "^0.525.0", |
30 | | - "playwright": "^1.54.1", |
31 | | - "react": "^19", |
32 | | - "react-dom": "^19", |
33 | | - "react-hook-form": "^7.54.2", |
34 | | - "react-router-dom": "^7.6.3", |
35 | | - "tailwind-merge": "^3.0.1", |
36 | | - "tailwindcss": "^4.0.6", |
37 | | - "tailwindcss-animate": "^1.0.7", |
38 | | - "zod": "^3.24.2" |
39 | | - }, |
40 | | - "devDependencies": { |
41 | | - "@biomejs/biome": "^2.1.1", |
42 | | - "@types/bun": "latest", |
43 | | - "@types/react": "^19", |
44 | | - "@types/react-dom": "^19" |
45 | | - } |
| 2 | + "name": "bun-react-template", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "main": "src/index.tsx", |
| 7 | + "module": "src/index.tsx", |
| 8 | + "scripts": { |
| 9 | + "dev": "bun --hot src/index.tsx", |
| 10 | + "start": "NODE_ENV=production bun src/index.tsx", |
| 11 | + "build": "bun run build.ts", |
| 12 | + "build:components": "bun run src/utils/buildComponents.ts" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "@codemirror/lang-html": "^6.4.9", |
| 16 | + "@codemirror/theme-one-dark": "^6.1.3", |
| 17 | + "@hookform/resolvers": "^4.1.0", |
| 18 | + "@radix-ui/react-dialog": "^1.1.14", |
| 19 | + "@radix-ui/react-icons": "^1.3.2", |
| 20 | + "@radix-ui/react-label": "^2.1.2", |
| 21 | + "@radix-ui/react-select": "^2.1.6", |
| 22 | + "@radix-ui/react-slot": "^1.2.3", |
| 23 | + "@radix-ui/react-tabs": "^1.1.12", |
| 24 | + "@uiw/react-codemirror": "^4.24.1", |
| 25 | + "bun-plugin-tailwind": "^0.0.14", |
| 26 | + "class-variance-authority": "^0.7.1", |
| 27 | + "clsx": "^2.1.1", |
| 28 | + "cmdk": "^1.1.1", |
| 29 | + "lucide-react": "^0.525.0", |
| 30 | + "playwright": "^1.54.1", |
| 31 | + "react": "^19", |
| 32 | + "react-dom": "^19", |
| 33 | + "react-hook-form": "^7.54.2", |
| 34 | + "react-router-dom": "^7.6.3", |
| 35 | + "tailwind-merge": "^3.0.1", |
| 36 | + "tailwindcss": "^4.0.6", |
| 37 | + "tailwindcss-animate": "^1.0.7", |
| 38 | + "zod": "^3.24.2" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@biomejs/biome": "^2.1.1", |
| 42 | + "@types/bun": "latest", |
| 43 | + "@types/react": "^19", |
| 44 | + "@types/react-dom": "^19" |
| 45 | + } |
46 | 46 | } |
0 commit comments