-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.94 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
{
"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": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.20.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"eslint-plugin-svelte": "^2.30.0",
"svelte": "^3.59.1",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.5.2",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
"type": "module",
"dependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/typed-document-node": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@resvg/resvg-js": "^2.4.1",
"@urql/core": "^4.0.10",
"dotenv": "^16.1.3",
"feed": "^4.2.2",
"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",
"postcss": "8.4.24",
"satori": "^0.9.1",
"satori-html": "^0.3.2",
"schema-dts": "^1.1.2",
"stylus": "0.55.0",
"svelte-markdown": "^0.2.3",
"svelte-material-icons": "^3.0.4"
}
}