26 lines
656 B
JSON
26 lines
656 B
JSON
{
|
|
"name": "yew-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.18.1",
|
|
"@codemirror/commands": "^6.6.2",
|
|
"@codemirror/language": "^6.10.3",
|
|
"@codemirror/legacy-modes": "^6.4.1",
|
|
"@codemirror/lint": "^6.8.2",
|
|
"@codemirror/search": "^6.5.6",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@codemirror/view": "^6.35.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons": "^1.11.3"
|
|
}
|
|
}
|