-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.91 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.91 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ds",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"watchfiles": "tsx ./src/scripts/watch.ts",
"uploadfiles": "tsx ./src/scripts/upload.ts",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/svelte": "^7.2.5",
"@astrojs/ts-plugin": "^1.10.6",
"@astrojs/vercel": "^9.0.4",
"@fontsource-variable/aleo": "^5.2.7",
"@libsql/client": "^0.17.0",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@threlte/core": "^8.3.1",
"@threlte/extras": "^9.7.1",
"astro": "^5.17.1",
"astro-robots-txt": "^1.0.0",
"dotenv": "^17.0.0",
"drizzle-kit": "^0.31.0",
"drizzle-orm": "^0.45.0",
"install": "^0.13.0",
"rehype-pretty-code": "^0.14.1",
"sharp": "^0.34.0",
"sitemap": "^9.0.0",
"svelte": "^5.49.1",
"three": "^0.182.0",
"typescript": "^5.9.3",
"uuid": "^13.0.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.981.0",
"@google-cloud/storage": "^7.18.0",
"@google-cloud/vision": "^5.0.0",
"@types/node": "^25.0.0",
"@types/three": "^0.182.0",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@vercel/node": "^5.0.0",
"chokidar": "^5.0.0",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-svelte": "^3.0.0",
"mime": "^4.1.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.1",
"tsx": "^4.21.0"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"engines": {
"node": ">=22.0.0"
}
}