-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "runes",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lexicons": "lex gen-server ./src/lib/lexicon ./lexicons/*"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.9",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/bun": "^1.1.13",
"bun-types": "^1.1.34",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"dependencies": {
"@atproto/api": "^0.13.14",
"@atproto/common": "^0.4.4",
"@atproto/identity": "^0.4.3",
"@atproto/lex-cli": "^0.5.1",
"@atproto/oauth-client-node": "^0.2.0",
"@atproto/sync": "^0.1.6",
"@skyware/jetstream": "^0.2.0",
"@sveltejs/adapter-node": "^5.2.9",
"commonjs": "^0.0.1",
"dotenv": "^16.4.5",
"envalid": "^8.0.0",
"iron-session": "^8.0.3",
"kysely": "^0.27.4",
"node-resolve": "^1.3.4",
"pino": "^9.5.0",
"pocketbase": "^0.21.5",
"svelte-adapter-deno": "^0.9.1",
"timeago.js": "^4.0.2",
"ws": "^8.18.0"
}
}