|
1 | 1 | { |
2 | | - "name": "cho.sh", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "type": "module", |
6 | | - "packageManager": "pnpm@10.32.1", |
7 | | - "scripts": { |
8 | | - "dev": "vp dev", |
9 | | - "build:assets": "tsx scripts/build-static-assets.ts", |
10 | | - "build:assets:fast": "tsx scripts/build-static-assets.ts --skip-og", |
11 | | - "build:vite": "vp build", |
12 | | - "build": "pnpm run build:assets && pnpm run build:vite", |
13 | | - "preview": "vp preview", |
14 | | - "lint": "vp lint", |
15 | | - "format": "vp fmt . --write", |
16 | | - "assign-hex": "tsx scripts/assign-hex-slugs.ts", |
17 | | - "sync:last-modified": "tsx scripts/sync-last-modified.ts", |
18 | | - "type-check": "tsc --noEmit", |
19 | | - "check": "pnpm run type-check && pnpm run lint", |
20 | | - "fix": "vp lint --fix" |
21 | | - }, |
22 | | - "dependencies": { |
23 | | - "@base-ui/react": "^1.3.0", |
24 | | - "@hugeicons/core-free-icons": "^4.0.0", |
25 | | - "@hugeicons/react": "^1.1.6", |
26 | | - "@resvg/resvg-js": "^2.6.2", |
27 | | - "@shikijs/langs": "^4.0.2", |
28 | | - "@shikijs/themes": "^4.0.2", |
29 | | - "@streamdown/cjk": "^1.0.2", |
30 | | - "@streamdown/math": "^1.0.2", |
31 | | - "@tanstack/react-router": "^1.167.4", |
32 | | - "@tanstack/react-start": "^1.166.15", |
33 | | - "@tanstack/start-static-server-functions": "^1.166.14", |
34 | | - "class-variance-authority": "^0.7.1", |
35 | | - "clsx": "^2.1.1", |
36 | | - "cobe": "^0.6.5", |
37 | | - "eiab": "^0.4.2", |
38 | | - "gray-matter": "^4.0.3", |
39 | | - "motion": "^12.38.0", |
40 | | - "motion-plus": "^1.5.1", |
41 | | - "react": "19.2.4", |
42 | | - "react-dom": "19.2.4", |
43 | | - "satori": "^0.25.0", |
44 | | - "shiki": "^4.0.2", |
45 | | - "streamdown": "^2.4.0", |
46 | | - "tailwind-merge": "^3.4.0", |
47 | | - "tw-animate-css": "^1.4.0", |
48 | | - "zod": "^4.3.5", |
49 | | - "zustand": "^5.0.12" |
50 | | - }, |
51 | | - "devDependencies": { |
52 | | - "@rolldown/plugin-babel": "0.2.1", |
53 | | - "@tailwindcss/vite": "^4", |
54 | | - "@types/node": "^25.5.0", |
55 | | - "@types/react": "^19", |
56 | | - "@types/react-dom": "^19", |
57 | | - "@vitejs/plugin-react": "^6.0.1", |
58 | | - "babel-plugin-react-compiler": "1.0.0", |
59 | | - "lefthook": "^2.1.4", |
60 | | - "nitro": "^3.0.260311-beta", |
61 | | - "tailwindcss": "^4", |
62 | | - "tsx": "^4.20.6", |
63 | | - "typescript": "^5.9.3", |
64 | | - "vite": "^8.0.0", |
65 | | - "vite-plus": "0.1.12" |
66 | | - } |
| 2 | + "name": "cho.sh", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vp dev", |
| 8 | + "build:assets": "tsx scripts/build-static-assets.ts", |
| 9 | + "build:assets:fast": "tsx scripts/build-static-assets.ts --skip-og", |
| 10 | + "build:vite": "vp build", |
| 11 | + "build": "pnpm run build:assets && pnpm run build:vite", |
| 12 | + "preview": "vp preview", |
| 13 | + "lint": "vp lint", |
| 14 | + "format": "vp fmt . --write", |
| 15 | + "assign-hex": "tsx scripts/assign-hex-slugs.ts", |
| 16 | + "sync:last-modified": "tsx scripts/sync-last-modified.ts", |
| 17 | + "type-check": "tsc --noEmit", |
| 18 | + "check": "pnpm run type-check && pnpm run lint", |
| 19 | + "fix": "vp lint --fix" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "@base-ui/react": "^1.3.0", |
| 23 | + "@hugeicons/core-free-icons": "^4.0.0", |
| 24 | + "@hugeicons/react": "^1.1.6", |
| 25 | + "@resvg/resvg-js": "^2.6.2", |
| 26 | + "@shikijs/langs": "^4.0.2", |
| 27 | + "@shikijs/themes": "^4.0.2", |
| 28 | + "@streamdown/cjk": "^1.0.2", |
| 29 | + "@streamdown/math": "^1.0.2", |
| 30 | + "@tanstack/react-router": "^1.167.4", |
| 31 | + "@tanstack/react-start": "^1.166.15", |
| 32 | + "@tanstack/start-static-server-functions": "^1.166.14", |
| 33 | + "class-variance-authority": "^0.7.1", |
| 34 | + "clsx": "^2.1.1", |
| 35 | + "cobe": "^0.6.5", |
| 36 | + "eiab": "^0.4.2", |
| 37 | + "gray-matter": "^4.0.3", |
| 38 | + "motion": "^12.38.0", |
| 39 | + "motion-plus": "^1.5.1", |
| 40 | + "react": "19.2.4", |
| 41 | + "react-dom": "19.2.4", |
| 42 | + "satori": "^0.25.0", |
| 43 | + "shiki": "^4.0.2", |
| 44 | + "streamdown": "^2.4.0", |
| 45 | + "tailwind-merge": "^3.4.0", |
| 46 | + "tw-animate-css": "^1.4.0", |
| 47 | + "zod": "^4.3.5", |
| 48 | + "zustand": "^5.0.12" |
| 49 | + }, |
| 50 | + "devDependencies": { |
| 51 | + "@rolldown/plugin-babel": "0.2.1", |
| 52 | + "@tailwindcss/vite": "^4", |
| 53 | + "@types/node": "^25.5.0", |
| 54 | + "@types/react": "^19", |
| 55 | + "@types/react-dom": "^19", |
| 56 | + "@vitejs/plugin-react": "^6.0.1", |
| 57 | + "babel-plugin-react-compiler": "1.0.0", |
| 58 | + "lefthook": "^2.1.4", |
| 59 | + "nitro": "^3.0.260311-beta", |
| 60 | + "tailwindcss": "^4", |
| 61 | + "tsx": "^4.20.6", |
| 62 | + "typescript": "^5.9.3", |
| 63 | + "vite": "^8.0.0", |
| 64 | + "vite-plus": "0.1.12" |
| 65 | + }, |
| 66 | + "packageManager": "pnpm@10.32.1" |
67 | 67 | } |
0 commit comments