-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 909 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 909 Bytes
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
{
"name": "web-editor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.97.3",
"vite": "^7.3.1",
"vite-plugin-mkcert": "^1.17.10"
},
"dependencies": {
"@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.4",
"@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.5",
"@codemirror/lang-python": "^6.2.1",
"@fortawesome/fontawesome-free": "^7.2.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"chart.js": "^4.5.1",
"codemirror": "^6.0.2",
"file-saver": "^2.0.5",
"focus-trap": "^8.0.0",
"idb-keyval": "^6.2.2",
"jszip": "^3.10.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.59.0"
}
}