-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 997 Bytes
/
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
{
"name": "custom-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build:node": "astro check && astro build --node",
"preview": "astro preview --node",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/db": "^0.10.6",
"@astrojs/node": "^8.2.5",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.4",
"@supabase/supabase-js": "^2.43.0",
"@threlte/core": "^7.3.0",
"@threlte/extras": "^8.11.2",
"@types/three": "^0.164.0",
"astro": "^4.7.0",
"astro-icon": "^1.1.0",
"svelte": "^4.2.15",
"tailwindcss": "^3.4.3",
"three": "^0.164.1",
"typescript": "^5.4.5"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.66",
"@iconify/svelte": "^4.0.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.76.0"
}
}