This repository was archived by the owner on Feb 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 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
{
"name": "tars-ai-docs",
"version": "0.0.1",
"description": "TARS-AI Documentation",
"scripts": {
"dev": "pnpm next dev",
"build": "pnpm next build",
"postbuild": "rm -rf .next/cache",
"start": "pnpm next start",
"lint": "pnpm next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TARS-AI-Community/docs"
},
"author": "Alexander Wang <tars.ai.social@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TARS-AI-Community/docs/issues"
},
"homepage": "https://github.com/TARS-AI-Community/docs",
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/forms": "^0.5.10",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"country-data-list": "^1.4.0",
"framer-motion": "^12.5.0",
"lucide-react": "^0.483.0",
"next": "^14.2.25",
"next-sitemap": "^4.2.3",
"nextjs-google-analytics": "^2.3.7",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.3.1",
"react-circle-flags": "^0.0.23",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"tailwind-merge": "^3.0.2",
"tailwind-scrollbar": "^4.0.1",
"tailwindcss": "^4.0.15",
"tw-animate-css": "^1.2.4",
"cross-spawn": "^7.0.5"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "^4.9.5",
"next": "^14.2.25",
"cross-spawn": "^7.0.5"
}
}