forked from ada-url/website
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.12 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
{
"name": "ada-url.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "astro sync && next build",
"start": "next start",
"dev-astro": "astro dev",
"build-astro": "astro build",
"lint": "biome check .",
"lint-fix": "biome check . --write --unsafe"
},
"dependencies": {
"@astrojs/starlight": "^0.26.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@types/node": "20.5.7",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@vercel/analytics": "^1.0.2",
"astro": "^4.14.2",
"autoprefixer": "10.4.16",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"lucide-react": "0.279.0",
"next": "13.5.6",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-wrap-balancer": "^1.1.0",
"recharts": "^2.8.0",
"shiki": "^0.14.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@types/unist": "^3.0.0",
"markdown-wasm": "^1.2.0",
"mdast-util-toc": "^7.0.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.10.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"remark-code-import": "^1.2.0",
"remark-gfm": "^3.0.1",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"volta": {
"node": "20.2.0"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}