-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.41 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "cg-blog",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev --host 0.0.0.0 --port 3000",
"dev:full": "concurrently --kill-others \"pnpm serve:content\" \"pnpm dev:local\"",
"dev:local": "dotenv -e .env.fulldev -- react-router dev --host 0.0.0.0 --port 3000",
"serve:content": "node scripts/serve-content.js",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@react-router/node": "^7.9.6",
"@react-router/serve": "^7.9.6",
"@sindresorhus/slugify": "^2.2.1",
"@types/lodash": "^4.17.20",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"framer-motion": "^12.23.24",
"gsap": "^3.13.0",
"html2canvas": "^1.4.1",
"isbot": "^5.1.32",
"jspdf": "^4.0.0",
"lucide-react": "^0.470.0",
"mermaid": "^11.13.0",
"motion": "^12.23.24",
"ogl": "^1.0.11",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^9.1.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.9.6",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@react-router/dev": "^7.9.6",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/node": "^20.19.25",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"concurrently": "^9.2.1",
"dotenv-cli": "^11.0.0",
"react-router-devtools": "^1.1.10",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "pnpm@10.4.0+sha512.6b849d0787d97f8f4e1f03a9b8ff8f038e79e153d6f11ae539ae7c435ff9e796df6a862c991502695c7f9e8fac8aeafc1ac5a8dab47e36148d183832d886dd52",
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"esbuild"
],
"overrides": {
"diff": ">=5.2.2",
"esbuild": ">=0.25.0",
"glob": ">=11.1.0",
"lodash": ">=4.17.23",
"mdast-util-to-hast": ">=13.2.1",
"qs": ">=6.14.1",
"valibot": ">=1.2.0"
}
}
}