-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
74 lines (74 loc) · 2.04 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "deorum",
"version": "1.1.0",
"description": "Customizable fantasy characters gallery",
"author": "Azgaar <[email protected]>",
"private": true,
"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",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.11",
"@ai-sdk/openai": "^0.0.10",
"@fal-ai/serverless-client": "^0.14.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@sveltejs/adapter-vercel": "^2.3.1",
"@sveltejs/kit": "^1.5.0",
"@types/dom-to-image": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vercel/analytics": "^0.1.11",
"@vercel/kv": "^0.2.3",
"ai": "^3.1.5",
"dom-to-image": "^2.6.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"pocketbase": "^0.7.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"rollup": "^2.79.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.77.1",
"svelte": "^4.0.0",
"svelte-check": "^3.0.1",
"svelte-preprocess": "^5.1.4",
"sveltekit-i18n": "^2.2.2",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"web-vitals": "^3.3.0",
"webp-converter": "^2.3.3",
"workbox-cacheable-response": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"zod": "^3.23.8"
},
"engines": {
"node": "18.x"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Azgaar/deorum.git"
},
"bugs": {
"url": "https://github.com/Azgaar/deorum/issues"
},
"keywords": [
"fantasy",
"dnd",
"svelte",
"svelteKit",
"procedural-generation",
"ai"
],
"license": "MIT"
}