{ "name": "vite-template-solid", "version": "0.0.0", "description": "", "scripts": { "start": "vite", "dev": "vite", "check": "tsc", "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", "axios": "^1.2.1", "js-file-download": "^0.4.12", "lightweight-charts": "^3.8.0", "reconnecting-websocket": "^4.4.0", "solid-js": "^1.6.6" } }