-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
{
"name": "asm-editor",
"version": "0.0.1",
"engines": {
"node": ">=16.17.0"
},
"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 ."
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@fontsource/fira-mono": "^5.0.13",
"@specy/s68k": "^1.1.5",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/fuzzy-search": "^2.1.5",
"@types/string-similarity": "^4.0.2",
"carta-md": "^4.4.2",
"clone-deep": "^4.0.1",
"dexie": "^4.0.8",
"fuzzy-search": "^3.2.1",
"isomorphic-dompurify": "^2.14.0",
"lz-string": "^1.5.0",
"marked-gfm-heading-id": "^4.0.1",
"monaco-editor": "^0.50.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"s-ago": "^2.2.0",
"sass": "^1.77.8",
"string-similarity": "^4.0.4",
"svelte-icons": "^2.1.0",
"svelte-markdown": "^0.4.1"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.3",
"@sveltejs/kit": "^2.5.21",
"@types/color": "^3.0.6",
"@types/cookie": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
"svelte-body": "^1.4.0",
"svelte-check": "^3.8.5",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
},
"type": "module"
}