-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.79 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": "lumina-university",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"prod": "vite preview",
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"test": "playwright test",
"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.0.1",
"@sveltejs/kit": "^1.25.2",
"@types/atob": "^2.1.2",
"@types/marked": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.51.0",
"eslint-plugin-svelte": "^2.34.0",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"svelte2tsx": "^0.6.23",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.11"
},
"dependencies": {
"@builder.io/sdk-svelte": "^0.6.2",
"@graphql-codegen/add": "^4.0.1",
"@resvg/resvg-js": "^2.4.1",
"@urql/core": "^4.0.7",
"atob": "^2.1.2",
"graphql": "^16.6.0",
"highlight.js": "^11.8.0",
"mdast-util-directive": "^2.2.4",
"mdast-util-from-markdown": "^1.3.0",
"mdast-util-gfm-strikethrough": "^1.0.3",
"mdast-util-gfm-table": "^1.0.7",
"micromark-extension-directive": "^2.2.0",
"micromark-extension-gfm-strikethrough": "^1.0.5",
"micromark-extension-gfm-table": "^1.0.5",
"postcss": "8.4.15",
"satori": "^0.7.4",
"satori-html": "^0.3.2",
"schema-dts": "^1.1.2",
"stripe": "^12.4.0",
"stylus": "0.55.0",
"svelte-material-icons": "^3.0.5"
},
"type": "module"
}