-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 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
41
42
43
44
45
46
47
48
{
"name": "progclubsite",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"fmt": "prettier . -w",
"sync": "node scripts/sync-notion.js"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/react": "^4.4.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@notionhq/client": "^4.0.1",
"@portabletext/to-html": "^2.0.14",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@sanity/client": "^6.29.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"@types/d3": "^7.4.3",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"astro": "^5.1.3",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"framer-motion": "^12.38.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sharp": "^0.34.3",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^3.4.17",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/three": "^0.183.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}