-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1010 Bytes
/
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
{
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@martinse/svelte-heroicons": "^0.1.4",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.11",
"@tsconfig/svelte": "^2.0.1",
"@types/dompurify": "^2.2.2",
"@types/file-saver": "^2.0.2",
"@types/highlight.js": "^10.1.0",
"@types/katex": "^0.11.0",
"@types/lodash": "^4.14.170",
"@types/marked": "^2.0.3",
"svelte": "^3.37.0",
"svelte-check": "^2.1.0",
"svelte-preprocess": "^4.7.2",
"tslib": "^2.2.0",
"typescript": "^4.3.2",
"vite": "^2.3.8",
"vite-plugin-windicss": "^1.2.0"
},
"dependencies": {
"@codemirror/basic-setup": "^0.18.2",
"dompurify": "^2.2.9",
"file-saver": "^2.0.5",
"highlight.js": "^11.0.1",
"katex": "^0.13.11",
"lodash": "^4.17.21",
"marked": "^2.1.3",
"pagedjs": "^0.2.0"
}
}