-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.66 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
{
"name": "reciple-docs",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview --host",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@discordjs/collection": "^2.1.0",
"@iconify/icons-codicon": "^1.2.30",
"@iconify/icons-ph": "^1.2.5",
"@iconify/icons-tabler": "^1.2.95",
"@skyra/discord-components-core": "^4.0.0-alpha.18",
"@sveltejs/adapter-vercel": "^5.4.0",
"@types/node": "^20.14.9",
"@types/semver": "^7.5.8",
"cookie-muncher": "^0.4.4",
"dompurify": "^3.1.5",
"flowbite": "^2.4.1",
"flowbite-svelte": "^0.46.13",
"github-slugger": "^2.0.0",
"highlight.js": "^11.9.0",
"highlightjs-code-diff": "^1.0.0",
"is-mobile": "^4.0.0",
"marked": "^13.0.2",
"marked-gfm-heading-id": "^4.0.0",
"marked-highlight": "^2.1.3",
"remark-github": "^12.0.0",
"remark-heading-id": "^1.0.1",
"semver": "^7.6.2",
"string-similarity": "^4.0.4",
"svrollbar": "^0.12.0",
"typedoc-json-parser": "^8.2.0",
"uwuifier": "^4.0.5"
},
"devDependencies": {
"@iconify/svelte": "^4.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/dompurify": "^3.0.5",
"@types/showdown": "^2.0.6",
"@types/string-similarity": "^4.0.2",
"mdsvex": "^0.11.2",
"sass": "^1.77.6",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3"
},
"type": "module"
}