generated from chiffre-io/template-library
-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathpackage.json
92 lines (92 loc) · 2.47 KB
/
package.json
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "docs",
"version": "0.0.0-internal",
"private": true,
"type": "module",
"author": {
"name": "François Best",
"email": "contact@francoisbest.com",
"url": "https://francoisbest.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/47ng/nuqs.git",
"directory": "packages/docs"
},
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@faker-js/faker": "^9.4.0",
"@headlessui/react": "2.2.0",
"@headlessui/tailwindcss": "^0.2.1",
"@icons-pack/react-simple-icons": "^11.2.0",
"@number-flow/react": "^0.5.5",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@sentry/nextjs": "^8.54.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tremor/react": "^3.18.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"fumadocs-core": "^14.7.7",
"fumadocs-mdx": "^11.4.1",
"fumadocs-ui": "^14.7.7",
"lucide-react": "^0.473.0",
"next": "15.1.5",
"nuqs": "workspace:*",
"pretty-bytes": "^6.1.1",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"recharts": "^2.15.1",
"remark-smartypants": "^3.0.2",
"res": "workspace:*",
"semver": "^7.7.1",
"server-only": "^0.0.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@shikijs/transformers": "^2.3.0",
"@types/mdx": "^2.0.13",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@types/semver": "^7.5.8",
"autoprefixer": "^10.4.20",
"hast-util-to-jsx-runtime": "^2.3.2",
"postcss": "^8.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"shiki": "^2.3.0",
"typescript": "^5.7.3"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"prettier": {
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"plugins": [
"prettier-plugin-tailwindcss"
]
}
}