end_of_eden/debug/package.json
2023-12-19 20:43:07 +01:00

37 lines
861 B
JSON

{
"name": "eoe-debug-tool",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch",
"preview": "vite preview"
},
"keywords": [],
"author": "BigJk",
"license": "MIT",
"devDependencies": {
"@shoelace-style/shoelace": "^2.12.0",
"@types/leaflet": "^1.9.8",
"@types/mithril": "^2.2.6",
"@vaadin/app-layout": "^24.3.0",
"@vaadin/tabs": "^24.3.0",
"active-table": "^1.0.16",
"leaflet": "^1.9.4",
"mithril": "^2.2.2",
"prettier": "^3.1.1",
"pubsub-js": "^1.9.4",
"reconnecting-websocket": "^4.4.0",
"tachyons": "4.12.0",
"vite": "^5.0.7",
"vite-tsconfig-paths": "^4.2.2",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"dependencies": {
"@types/pubsub-js": "^1.8.6"
}
}