-
-
Notifications
You must be signed in to change notification settings - Fork 126
/
Copy pathpackage.json
69 lines (69 loc) · 2.15 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
{
"name": "@gveditor/web",
"version": "0.1.5",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"format": "deno fmt src"
},
"dependencies": {
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/commands": "^6.0.0",
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/lang-markdown": "^6.0.1",
"@codemirror/lang-rust": "^6.0.0",
"@codemirror/language": "^6.0.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@fontsource/inter": "^4.5.1",
"@fontsource/jetbrains-mono": "^4.5.0",
"@gveditor/languages": "*",
"@lezer/highlight": "^1.1.0",
"@open-rpc/client-js": "^1.7.1",
"@tauri-apps/api": "^1.0.0-rc.6",
"codemirror-languageserver": "git://github.com/marc2332/codemirror-languageserver#fix/fix-improve-ts-types",
"emittery": "^0.10.0",
"i18next": "^21.5.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^11.14.3",
"react-is": "^18.1.0",
"react-multi-split-pane": "^0.3.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-svg": "^14.1.4",
"react-transition-group": "^4.4.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"recoil": "^0.7.4",
"recoil-nexus": "^0.3.15",
"rollup-plugin-node-polyfills": "^0.2.1",
"simple-jsonrpc-js": "^1.2.0",
"styled-components": "^5.3.5",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"@testing-library/react": "^13.0.1",
"@types/react": "^18.0.2",
"@types/react-dom": "^17.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/react-virtualized": "^9.21.14",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vitejs/plugin-react": "1.0.5",
"eslint": "^8.2.0",
"happy-dom": "^2.55.0",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vite-plugin-checker": "^0.4.5",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.9.3"
}
}