-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 KB
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
{
"name": "monkeytechday-com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/react": "4.4.2",
"@fontsource-variable/saira": "5.2.11",
"@tailwindcss/vite": "4.1.18",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"astro": "5.16.7",
"astro-icon": "1.1.5",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"framer-motion": "12.24.12",
"prettier-plugin-tailwindcss": "0.7.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"sharp": "0.34.5",
"tailwind-merge": "3.4.0",
"tailwindcss": "4.1.18",
"typescript": "5.9.3"
},
"devDependencies": {
"prettier": "3.7.4",
"prettier-plugin-astro": "0.14.1"
},
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"engines": {
"node": ">=20"
}
}