euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

package.json (518B) [raw]


      1 {
      2   "name": "gloat",
      3   "description": "",
      4   "version": "0.0.1",
      5   "devDependencies": {},
      6   "scripts": {
      7     "dev": "cd assets && esbuild --sourcemap --bundle --loader:.js=jsx --watch app.js --outfile=../public/asset/euchre-live.development.js"
      8   },
      9   "dependencies": {
     10     "carbon-components": "^10.34.0",
     11     "carbon-components-react": "^7.34.0",
     12     "carbon-icons": "^7.0.7",
     13     "esbuild": "^0.11.18",
     14     "lodash": "^4.17.21",
     15     "react": "^16.14.0",
     16     "react-dom": "^16.14.0",
     17     "websocket": "^1.0.34"
     18   }
     19 }