-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.95 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
63
64
65
{
"name": "frontend",
"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": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@iconify-json/fa": "^1.2.0",
"@iconify-json/fa-brands": "^1.2.0",
"@iconify-json/fa-solid": "^1.2.0",
"@iconify-json/fa6-regular": "^1.2.1",
"@iconify-json/fa6-solid": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/eslint": "8.56.10",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.15",
"svelte-check": "^3.7.0",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.2",
"typescript": "^5.6.0",
"vite": "^5.2.10"
},
"type": "module",
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@specy/dotlr": "^0.3.13",
"@sveltejs/adapter-static": "^3.0.5",
"@types/clone-deep": "^4.0.4",
"@types/color": "^3.0.6",
"@types/d3": "^7.4.3",
"@types/katex": "^0.16.7",
"clone-deep": "^4.0.1",
"d3": "^7.9.0",
"dexie": "^4.0.9",
"highlight.js": "^11.10.0",
"katex": "^0.16.11",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.0",
"s-ago": "^2.2.0",
"sass": "^1.80.4",
"svelte-body": "^1.4.0",
"svelte-json-tree": "^2.2.0",
"svelte-jsoneditor": "^1.1.1",
"ts-results": "^3.3.0",
"unplugin-icons": "^0.19.3",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
}
}