-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "atlasacademy.blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "prisma generate && astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.4",
"@contentful/rich-text-html-renderer": "^16.3.5",
"@fontsource-variable/jost": "^5.0.19",
"@prisma/client": "^5.20.0",
"@tailwindcss/typography": "^0.5.13",
"@theatre/core": "^0.7.1",
"@theatre/studio": "^0.7.1",
"@threlte/core": "^7.3.0",
"@threlte/extras": "^8.11.2",
"@threlte/theatre": "^2.1.7",
"@types/three": "^0.164.0",
"@vercel/node": "^3.2.9",
"@vercel/postgres": "^0.9.0",
"astro": "^4.16.3",
"bits-ui": "^0.21.5",
"clsx": "^2.1.1",
"contentful": "^10.9.0",
"gsap": "^3.12.5",
"iconify-icon": "^2.1.0",
"svelte": "^4.2.19",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"three": "^0.164.1",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/gsap": "^3.0.0",
"prisma": "^5.20.0"
}
}