-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
47
{
"name": "astro-portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@ascorbic/bluesky-loader": "^0.0.3",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.3",
"@astrojs/svelte": "^7.0.2",
"@astrojs/tailwind": "^5.1.4",
"@melt-ui/svelte": "^0.86.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@theatre/core": "^0.7.2",
"@theatre/studio": "^0.7.2",
"@threlte/core": "^8.0.0-next.30",
"@threlte/extras": "^9.0.0-next.39",
"@threlte/theatre": "^3.0.0-next.9",
"@use-gesture/vanilla": "^10.3.1",
"astro": "^5.1.1",
"astro-embed": "^0.9.0",
"gsap": "^3.12.5",
"path": "^0.12.7",
"postprocessing": "^6.36.4",
"svelte": "^5.1.13",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.14",
"three": "^0.170.0",
"typescript": "^5.6.3",
"uber-noise": "^0.2.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@melt-ui/pp": "^0.3.2",
"tailwindcss-animate": "^1.0.7",
"three-perf": "^1.0.10"
}
}