-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"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": "^3.1.8",
"@astrojs/rss": "^4.0.9",
"@astrojs/svelte": "^5.7.2",
"@astrojs/ts-plugin": "^1.10.3",
"@astrojs/vercel": "^7.8.2",
"@fontsource-variable/aleo": "^5.1.0",
"@libsql/client": "^0.14.0",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.8",
"@xata.io/client": "^0.30.1",
"astro": "^4.16.7",
"astro-robots-txt": "^1.0.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.26.2",
"drizzle-orm": "^0.35.3",
"install": "^0.13.0",
"rehype-pretty-code": "^0.14.0",
"sharp": "^0.33.5",
"sitemap": "^8.0.0",
"svelte": "^5.1.0",
"typescript": "^5.6.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.678.0",
"@google-cloud/storage": "^7.13.0",
"@google-cloud/vision": "^4.3.2",
"@types/node": "^22.7.9",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vercel/node": "^3.2.23",
"chokidar": "^4.0.1",
"eslint": "^9.13.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-svelte": "^2.46.0",
"mime": "^4.0.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.2.7",
"tsx": "^4.19.1"
},
"pnpm": {
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.8"
}
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}