-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.36 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
66
67
68
69
70
71
72
73
{
"name": "wasm-c-web",
"version": "1.0.0",
"main": "index.js",
"repository": "ssh://[email protected]/kobakazu0429/wasm-c-web.git",
"author": "kobakakzu0429 <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vite",
"dev:p": "yarn dev -m production",
"build": "vite build",
"serve": "vite preview",
"lint": "tsc --noEmit && npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint \"./{src,test}/**/*.{js,ts,tsx,svelte}\" --fix",
"lint:prettier": "prettier \"./{src,test}/**/*.{js,ts,tsx,svelte}\" --write",
"test": "vitest",
"svelte-check": "svelte-check"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "5.0.0",
"@kobakazu0429/eslint-config-typescript-svelte": "4.0.4",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@sveltejs/vite-plugin-svelte": "3.0.1",
"@types/node": "18.11.19",
"@types/wicg-file-system-access": "2023.10.4",
"@wessberg/rollup-plugin-ts": "2.0.4",
"autoprefixer": "10.4.16",
"carbon-preprocess-svelte": "0.10.0",
"eslint": "8.55.0",
"postcss": "8.4.32",
"rollup": "4.6.1",
"rollup-plugin-svelte": "7.1.6",
"rollup-plugin-visualizer": "5.9.3",
"svelte": "4.2.8",
"svelte-check": "3.6.2",
"svelte-preprocess": "5.1.1",
"terser": "^5.15.1",
"tslib": "2.6.2",
"typescript": "5.3.2",
"vite": "5.0.5",
"vitest": "^0.34.6"
},
"dependencies": {
"@kobakazu0429/test": "2.0.0",
"@kobakazu0429/wasmer-wasi": "^0.12.0-internal",
"@kobakazu0429/xterm-local-echo": "^0.0.3",
"@wasmer/wasm-transformer": "^0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"@zerodevx/svelte-toast": "^0.9.0",
"asyncify-wasm": "^1.2.1",
"carbon-components-svelte": "^0.82.0",
"carbon-icons-svelte": "^12.0.0",
"comlink": "^4.3.1",
"just-debounce-it": "^3.1.1",
"lz-string": "https://github.com/pieroxy/lz-string",
"monaco-editor": "^0.34.1",
"monaco-languageclient": "^4.0.1",
"normalize-url": "^8.0.0",
"reconnecting-websocket": "^4.4.0",
"screenfull": "^6.0.0",
"store2": "^2.12.0",
"svelte-i18n": "^4.0.0",
"svelte-routing": "^2.0.0",
"tinykeys": "^2.0.0",
"ulid": "^2.3.0",
"vscode-ws-jsonrpc": "^2.0.0",
"xterm": "^5.0.0",
"xterm-addon-fit": "^0.8.0",
"zod": "^3.11.6"
}
}