-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 994 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 994 Bytes
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
{
"name": "dustycode-web-v2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "netlify dev",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "7.0.3",
"@astrojs/netlify": "8.1.2",
"@astrojs/node": "11.0.2",
"@astrojs/react": "6.0.1",
"@lucide/astro": "^1.25.0",
"@nanostores/react": "^1.1.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "7.1.2",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"nanostores": "^1.4.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"@types/bun": "^1.3.14",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1"
}
}