unicornpaint

A web-based painting app for raspberry PI and pimoroni Unicorn Hat HD
Log | Files | Refs | README

package.json (646B)


      1 {
      2   "name": "unicornpaint",
      3   "version": "0.1.0",
      4   "private": true,
      5   "dependencies": {
      6     "@fortawesome/fontawesome": "^1.1.8",
      7     "@fortawesome/fontawesome-free-webfonts": "^1.0.9",
      8     "base64-js": "^1.3.0",
      9     "nodejs-websocket": "^1.7.1",
     10     "omggif": "^1.0.9",
     11     "react": "^16.3.2",
     12     "react-dom": "^16.3.2",
     13     "react-modal-dialog": "Dean177/react-modal-dialog#support/bump-react",
     14     "react-scripts": "1.1.4",
     15     "react-twitter-widgets": "^1.7.1"
     16   },
     17   "scripts": {
     18     "start": "react-scripts start",
     19     "build": "react-scripts build",
     20     "test": "react-scripts test --env=jsdom",
     21     "eject": "react-scripts eject"
     22   }
     23 }