Files
komodo/frontend/package.json
2023-01-05 05:06:01 +00:00

27 lines
613 B
JSON

{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build && node post-build.mjs",
"serve": "vite preview"
},
"license": "GPL v3.0",
"devDependencies": {
"sass": "^1.57.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@solidjs/router": "^0.6.0",
"apexcharts": "^3.36.3",
"axios": "^1.2.1",
"js-file-download": "^0.4.12",
"reconnecting-websocket": "^4.4.0",
"solid-js": "^1.6.6"
}
}