forked from cedricangulo/ca-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.76 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.76 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
{
"name": "ca-resources",
"version": "1.9.8",
"private": true,
"scripts": {
"build": "next build --turbopack",
"dev": "next dev --turbopack",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write '**/*.ts{,x}'",
"clean": "rimraf .next .source",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "^16.5.0",
"fumadocs-mdx": "^14.2.6",
"fumadocs-ui": "^16.5.0",
"ldrs": "^1.1.7",
"lucide-react": "^0.544.0",
"motion": "^12.23.22",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-use-measure": "^2.1.7",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.4.0",
"zod": "^4.1.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.36.0",
"@tailwindcss/postcss": "^4.1.14",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/ms": "^2.1.0",
"@types/node": "^24.6.2",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"eslint": "^9.36.0",
"eslint-config-next": "^15.5.4",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
}
}