-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "animanoirxyz-astro-2024-v1",
"type": "module",
"version": "0.0.1",
"license": "UNLICENSED",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "4.0.8",
"@astrojs/react": "4.2.0",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@notionhq/client": "^2.2.15",
"@react-three/drei": "^9.80.0",
"@react-three/fiber": "^8.13.5",
"@react-three/postprocessing": "^2.15.0",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.155.0",
"astro": "5.3.0",
"astro-embed": "^0.5.1",
"astro-lenis": "^1.0.0",
"astro-seo": "^0.8.0",
"dotenv": "^16.4.5",
"gsap": "^3.12.2",
"lenis": "^1.1.20",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"lottie-react": "^2.4.1",
"motion": "^12.4.0",
"postprocessing": "^6.32.2",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sharp": "^0.33.4",
"three": "^0.169.0",
"typescript": "^5.6.2"
},
"devDependencies": {}
}