Investigation of a tech stack for a future project
at main 16 lines 277 B view raw
1{ 2 "name": "hmi-client", 3 "version": "1.0.0", 4 "type": "module", 5 "scripts": { 6 "dev": "vite", 7 "build": "vite build" 8 }, 9 "dependencies": { 10 "thrift": "^0.22.0" 11 }, 12 "devDependencies": { 13 "vite": "^7.3.1", 14 "vite-plugin-node-polyfills": "^0.25.0" 15 } 16}