-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
52 lines (52 loc) · 1.77 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
{
"name": "ViperIDE",
"version": "0.5.12",
"description": "An innovative MicroPython / CircuitPython IDE for Web and Mobile",
"main": "index.js",
"scripts": {
"build": "rollup --config",
"start": "rollup --config --configDebug --watch"
},
"dependencies": {
"@astral-sh/ruff-wasm-web": "0.7.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.3.0",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/legacy-modes": "^6.4.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@gera2ld/tarjs": "^0.3.1",
"@micropython/micropython-webassembly-pyscript": "^1.24.0-preview-114",
"@pybricks/mpy-cross-v6": "github:code4fukui/mpy-cross-v6",
"@uiw/codemirror-theme-material": "^4.23.5",
"@uiw/codemirror-theme-monokai": "^4.23.5",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"codemirror": "^6.0.1",
"github-fork-ribbon-css": "^0.2.3",
"i18next": "^23.16.0",
"i18next-browser-languagedetector": "^8.0.0",
"marked": "^14.1.3",
"peerjs": "^1.5.4",
"toastr": "^2.1.4",
"ua-parser-js": "^1.0.39",
"web-serial-polyfill": "^1.0.15"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"rollup": "^4.24.0",
"rollup-plugin-import-css": "3.5.5",
"rollup-plugin-serve": "^1.1.1",
"rollup-plugin-sourcemaps2": "^0.4.2"
}
}