-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.55 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
{
"name": "lumina-frontend-svelte-5",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host --port 5111",
"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",
"sync": "surreal import schema.surql --endpoint http://127.0.0.1:8000 -u root -p root --ns development --db lumina",
"sync:queries": "surreal-codegen --dir './surql/' --schema './schema.surql' --output './src/lib/queries.ts' --header 'import { type RecordId, Surreal } from \"$lib/pojo_surreal\"'",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^9.6.0",
"eslint": "^9.9.0",
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.9.0",
"svelte": "5.0.0-next.226",
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.1",
"@types/mdast": "^4.0.4",
"@types/mixpanel-browser": "^2.49.1",
"@types/node": "^22.4.1",
"@types/three": "^0.167.1"
},
"type": "module",
"dependencies": {
"@auth/core": "^0.34.2",
"@auth/sveltekit": "^1.4.2",
"@builder.io/sdk-svelte": "^2.0.3",
"@resvg/resvg-js": "^2.6.2",
"@sendgrid/mail": "^8.1.3",
"@stylistic/eslint-plugin-ts": "^2.6.4",
"@sveltejs/adapter-vercel": "^5.4.3",
"dedent": "^1.5.3",
"highlight.js": "^11.10.0",
"jose": "^5.7.0",
"mdast": "^3.0.0",
"mdast-util-directive": "^3.0.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm-strikethrough": "^2.0.0",
"mdast-util-gfm-table": "^2.0.0",
"micromark-extension-directive": "^3.0.1",
"micromark-extension-gfm-strikethrough": "^2.1.0",
"micromark-extension-gfm-table": "^2.1.0",
"mixpanel-browser": "^2.55.0",
"runed": "^0.15.1",
"safe-ssr": "0.0.7",
"satori": "^0.10.14",
"satori-html": "^0.3.2",
"schema-dts": "^1.1.2",
"surrealdb.js": "1.0.0-beta.18",
"svelte-material-icons": "^3.0.5",
"three": "^0.167.1",
"three-globe": "^2.31.1",
"vite-plugin-arraybuffer": "0.0.8",
"zod": "^3.23.8"
}
}