-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 2.13 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
{
"name": "frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"prod": "vite preview",
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"codegen": "graphql-codegen",
"prepare": "svelte-kit sync"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/introspection": "^3.0.1",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.25.1",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-plugin-svelte": "^2.33.2",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"svelte2tsx": "^0.6.22",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"type": "module",
"dependencies": {
"@builder.io/partytown": "^0.8.1",
"@builder.io/sdk-svelte": "^0.6.2",
"@resvg/resvg-js": "^2.4.1",
"@supabase/supabase-js": "^2.38.2",
"@types/showdown": "^2.0.2",
"@types/three": "^0.156.0",
"@urql/core": "^4.0.7",
"chart.js": "^4.3.0",
"highlight.js": "^11.8.0",
"mdast-util-directive": "^2.2.4",
"mdast-util-from-markdown": "^1.3.1",
"mdast-util-gfm-strikethrough": "^1.0.3",
"mdast-util-gfm-table": "^1.0.7",
"micromark-extension-directive": "^2.2.1",
"micromark-extension-gfm-strikethrough": "^1.0.7",
"micromark-extension-gfm-table": "^1.0.7",
"satori": "^0.10.8",
"satori-html": "^0.3.2",
"schema-dts": "^1.1.2",
"showdown": "^2.1.0",
"svelte-material-icons": "^3.0.5",
"three": "^0.157.0",
"three-globe": "^2.29.3"
}
}