-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.88 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": "promplate-docs",
"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 .",
"postinstall": "node src/copy-assets.js"
},
"dependencies": {
"@neodrag/svelte": "^2.0.6",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.1.0",
"json-beautify": "^1.1.1",
"langchainhub": "^0.0.11",
"openai": "^4.71.1",
"partial-json": "^0.1.7",
"pyodide": "^0.26.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@ethercorps/sveltekit-og": "3.0.0",
"@iconify/json": "latest",
"@julr/unocss-preset-heropatterns": "^1.0.2",
"@shikijs/monaco": "^1.22.2",
"@shikijs/rehype": "^1.22.2",
"@sveltejs/adapter-vercel": "^5.4.7",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@unocss/eslint-config": "^0.62.4",
"@unocss/extractor-svelte": "^0.62.4",
"@unocss/reset": "^0.62.4",
"eslint": "^9.14.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-svelte": "^2.46.0",
"mdsvex": "^0.12.3",
"monaco-editor-core": "^0.52.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"rehype-unwrap-images": "^1.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-toc": "^9.0.0",
"shiki": "^1.22.2",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-sonner": "^0.3.28",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"unified": "^11.0.5",
"unocss": "^0.62.4",
"vite": "^5.4.10"
}
}