-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 972 Bytes
/
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
{
"name": "ada-url.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro sync && astro build",
"start": "astro dev",
"lint": "biome check .",
"lint-fix": "biome check . --write"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.29.0",
"@astrojs/tailwind": "^5.1.2",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"astro": "^4.16.10",
"autoprefixer": "10.4.20",
"chart.js": "^4.4.3",
"lucide-react": "0.279.0",
"postcss": "8.4.49",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"sharp": "^0.33.5",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4"
}
}