-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.93 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.93 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "xrpweb",
"description": "XRP Web Development Environment",
"homepage": "https://experientialrobotics.org/",
"license": "GPL-2.0-only",
"private": true,
"version": "2.0.17",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview --base=./ --open",
"test": "vitest",
"postinstall": "flowbite-react patch"
},
"dependencies": {
"@blockly/field-colour": "^6.0.4",
"@codingame/esbuild-import-meta-url-plugin": "^1.0.2",
"@codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-common": "^11.1.2",
"@codingame/monaco-vscode-configuration-service-override": "^11.1.2",
"@codingame/monaco-vscode-keybindings-service-override": "^11.1.2",
"@codingame/monaco-vscode-languages-service-override": "^11.1.2",
"@codingame/monaco-vscode-python-default-extension": "^11.1.2",
"@codingame/monaco-vscode-textmate-service-override": "^11.1.2",
"@codingame/monaco-vscode-theme-defaults-default-extension": "^11.1.2",
"@codingame/monaco-vscode-theme-service-override": "^11.1.2",
"@google/genai": "^1.6.0",
"@react-oauth/google": "^0.12.2",
"@tailwindcss/typography": "^0.5.16",
"@typefox/pyright-browser": "^1.1.299",
"@types/uuid": "^10.0.0",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"flexlayout-react": "^0.8.1",
"flowbite-react": "^0.11.7",
"gridstack": "^12.2.1",
"i18next": "^24.2.1",
"i18next-browser-languagedetector": "^8.2.0",
"jszip": "^3.10.1",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@^11.1.2",
"monaco-languageclient": "^9.1.0",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"react": "^18.3.1",
"react-arborist": "^3.4.0",
"react-blockly": "^9.0.0",
"react-customizable-progressbar": "^2.0.1",
"react-dom": "^18.3.1",
"react-fast-compare": "^3.2.2",
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.4.0",
"react-icons": "^5.4.0",
"react-xtermjs": "^1.0.9",
"recharts": "^2.15.3",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.2",
"ua-parser-js": "^2.0.9",
"use-file-picker": "^2.1.2",
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^3.1.1",
"uuid": "^11.1.0",
"vscode": "npm:@codingame/monaco-vscode-api@^11.1.2",
"vscode-ws-jsonrpc": "^3.4.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/file-saver": "^2.0.7",
"@types/markdown-it": "^14.1.2",
"@types/moment": "^2.11.29",
"@types/node": "^22.10.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/ua-parser-js": "^0.7.39",
"@types/vscode": "^1.96.0",
"@types/w3c-web-serial": "^1.0.7",
"@types/web-bluetooth": "^0.0.20",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"jsdom": "^26.0.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^3.4.17",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5",
"vite-plugin-static-copy": "^2.3.0",
"vitest": "^3.0.0"
}
}