wongjiahau/ttap-web

View on GitHub
package.ori.json

Summary

Maintainability
Test Coverage
{
  "name": "ttap-web",
  "version": "0.1.0",
  "author": "Wong Jia Hau <hou32hou@gmail.com>",
  "private": true,
  "dependencies": {
    "@types/react": "^16.0.33",
    "@types/react-dom": "^16.0.1",
    "chai": "^4.1.2",
    "date-fns": "^1.29.0",
    "file-saver": "^1.3.3",
    "flatpickr": "^4.3.2",
    "js-combinatorics": "^0.5.2",
    "lodash.clone": "^4.5.0",
    "lodash.concat": "^4.5.0",
    "lodash.find": "^4.6.0",
    "lodash.includes": "^4.3.0",
    "lodash.isequal": "^4.5.0",
    "lodash.last": "^3.0.0",
    "lodash.max": "^4.0.1",
    "lodash.min": "^4.0.1",
    "lodash.omit": "^4.5.0",
    "lodash.random": "^3.2.0",
    "lodash.reduce": "^4.6.0",
    "lodash.some": "^4.6.0",
    "lodash.sortby": "^4.7.0",
    "lodash.sum": "^4.0.2",
    "lodash.uniq": "^4.5.0",
    "lodash.uniqby": "^4.7.0",
    "material-ui": "^1.0.0-beta.24",
    "material-ui-icons": "^1.0.0-beta.15",
    "phin": "^2.5.4",
    "raf": "^3.4.0",
    "react": "^16.0.0",
    "react-autosuggest": "^9.3.2",
    "react-countup": "^3.0.2",
    "react-dom": "^16.0.0",
    "react-flatpickr": "^3.6.3",
    "react-grid-layout": "^0.16.0",
    "react-highlight-words": "^0.11.0",
    "react-markdown": "^3.1.3",
    "react-redux": "^5.0.6",
    "react-router-dom": "^4.2.2",
    "react-scripts": "1.1.1",
    "react-tippy": "^1.2.2",
    "redux": "^3.7.2",
    "redux-logger": "^3.0.6",
    "simple-encryptor": "^1.1.1",
    "string-hash": "^1.1.3",
    "surge": "^0.19.0",
    "type-name": "^2.0.2",
    "validator": "^9.1.1"
  },
  "scripts": {
    "analyze": "source-map-explorer build/static/js/main.*",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom --setupTestFrameworkScriptFile=raf/polyfill",
    "eject": "react-scripts eject"
  },
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/file-saver": "^1.3.0",
    "@types/js-combinatorics": "^0.5.29",
    "@types/mocha": "^2.2.43",
    "@types/node": "^9.3.0",
    "@types/react-grid-layout": "^0.16.0",
    "@types/react-highlight-words": "^0.6.3",
    "@types/react-redux": "^5.0.10",
    "@types/react-router-dom": "^4.0.8",
    "@types/redux": "^3.6.0",
    "@types/string-hash": "^1.1.1",
    "@types/type-name": "^1.0.27",
    "@types/validator": "^6.3.0",
    "codecov": "^3.0.0",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "is-ci": "^1.0.10",
    "node-stopwatch": "0.0.1",
    "prompt-sync": "^4.1.5",
    "shelljs": "^0.8.0",
    "source-map-explorer": "^1.5.0",
    "sync-request": "^4.1.0",
    "tslint": "^5.7.0",
    "tslint-react": "^3.2.0",
    "typescript": "^2.5.3"
  }
}