• Operand
  • da ploy? ed.

gram: card

> ./package.json

Lenses
(coming soon!)


{
  "name": "wildcard",
  "version": "1.0.0",
  "description": "wildcard extension builder",
  "main": "index.js",
  "repository": "git@github.com:geoffreylitt/wildcard.git",
  "author": "Geoffrey Litt <glitt@mit.edu>",
  "license": "MIT",
  "dependencies": {
    "@ckeditor/ckeditor5-build-classic": "^16.0.0",
    "@fullcalendar/core": "^4.3.1",
    "@fullcalendar/daygrid": "^4.3.0",
    "@fullcalendar/google-calendar": "^4.4.0",
    "@fullcalendar/interaction": "^4.3.0",
    "@fullcalendar/moment": "^4.3.0",
    "@handsontable/react": "^3.1.2",
    "@types/chrome": "^0.0.95",
    "@types/greasemonkey": "^4.0.0",
    "@types/jquery": "^3.3.33",
    "docsify-cli": "^4.4.0",
    "handsontable": "^7.2.2",
    "lodash": "^4.17.15",
    "moment": "^2.24.0",
    "ohm-js": "^0.14.0",
    "palettify": "^1.0.3",
    "pikaday": "^1.8.0",
    "react": "^16.13.1",
    "react-ace": "^9.1.4",
    "react-autosuggest": "^10.1.0",
    "react-dom": "^16.13.1",
    "react-redux": "^7.2.0",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "reselect": "^4.0.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "string-hash": "^1.1.3",
    "styled-components": "^5.1.0",
    "unfluff": "^3.2.0",
    "url-pattern": "^1.0.3"
  },
  "scripts": {
    "docs": "docsify serve docs",
    "dev": "node ./build.js -watch",
    "chrome": "web-ext run --target chromium --keep-profile-changes",
    "firefox": "web-ext run --keep-profile-changes"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.168",
    "@types/react": "^16.9.34",
    "@types/react-dom": "^16.9.6",
    "@types/redux-thunk": "^2.1.0",
    "concurrently": "^5.1.0",
    "docsify": "^4.11.3",
    "esbuild": "^0.8.0",
    "estrella": "^1.3.1",
    "random-words": "^1.1.1",
    "redux-devtools-extension": "^2.13.8",
    "socket.io": "^2.3.0",
    "typescript": "^3.7.4",
    "watch": "^1.0.2",
    "web-ext": "^5.5.0"
  }
}