-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 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
{
"name": "c-traceback-docs",
"version": "0.0.1",
"description": "A colorful, lightweight error-propagation framework for C.",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build && pnpm postbuild",
"preview": "npx serve@latest out",
"postbuild": "pagefind --site ./out --output-path ./out/_pagefind"
},
"repository": {
"type": "module",
"url": "https://github.com/c-modules/c_traceback"
},
"author": "Ching-Yin Ng",
"license": "MIT",
"bugs": {
"url": "https://github.com/c-modules/c_traceback/issues"
},
"homepage": "https://github.com/c-modules/c_traceback#readme",
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@tailwindcss/postcss": "^4.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^0.553.0",
"next": "^16.1.1",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"postcss": "^8.5.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/node": "22.13.10",
"@types/react": "19.0.10",
"baseline-browser-mapping": "^2.9.11",
"pagefind": "^1.4.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}