-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "ruby-wasi-playground",
"private": true,
"type": "module",
"version": "0.1.0",
"description": "RunRuby.dev WASI playground",
"author": "Svyatoslav Kryukov <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write .",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@appsignal/javascript": "^1.3.28",
"@bjorn3/browser_wasi_shim": "^0.3.0",
"@monaco-editor/react": "^4.4.4",
"@nanostores/react": "^0.7.1",
"@ruby/3.3-wasm-wasi": "^2.6.2",
"@ruby/wasm-wasi": "^2.5.0",
"dexie": "^3.2.5",
"dexie-react-hooks": "^1.1.7",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"nanoid": "^5.0.5",
"nanostores": "^0.9.5",
"react": "^18.2.0",
"react-arborist": "^3.4.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-responsive": "^9.0.2",
"strip-ansi": "^7.1.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^20.11.24",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "3.3.2",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-mkcert": "^1.17.3",
"vite-plugin-svgr": "^4.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.6"
}
}