-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.36 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
{
"name": "reasonify",
"type": "module",
"version": "0.0.1",
"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": "eslint ."
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@fontsource-variable/fira-code": "^5.0.19",
"@fontsource-variable/jetbrains-mono": "^5.0.22",
"@iconify/json": "^2.2.239",
"@shikijs/rehype": "^2.0.3",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@unocss/eslint-config": "^65.4.2",
"@unocss/extractor-svelte": "^65.4.2",
"@unocss/reset": "^65.4.2",
"eslint": "^9.9.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-svelte": "^2.43.0",
"openai": "^4.56.0",
"pyodide": "0.27.1",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"rollup-plugin-flatten-dir": "^1.0.1",
"shiki": "^2.0.3",
"svelte": "^4.2.18",
"svelte-check": "^4.0.9",
"svelte-sonner": "^0.3.27",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"unified": "^11.0.5",
"unocss": "^65.4.2",
"vite": "^5.4.2"
}
}