-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 736 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 736 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
{
"name": "public",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"engines": {
"node": "^24.x.x"
},
"dependencies": {
"@astrojs/mdx": "^4.3.14",
"@astrojs/react": "^4",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/vercel": "^9",
"@nivo/pie": "^0.99.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4",
"@types/react": "^19",
"@types/react-dom": "^19",
"astro": "^5",
"date-fns": "^4",
"lucide-react": "^0.475",
"mixpanel-browser": "^2.56",
"react": "^19",
"react-dom": "^19",
"tailwindcss": "^4"
}
}