{
  "name": "ark-tools",
  "version": "0.1.20",
  "description": "",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "main": "lib/index.js",
  "dependencies": {
    "bootstrap": "^4.2.1",
    "json2xls": "^0.1.2",
    "moment": "^2.24.0",
    "moment-range": "^4.0.1",
    "ramda": "^0.26.1",
    "ramda-fantasy": "^0.8.0",
    "react": "^16.7.0",
    "react-custom-scrollbars": "^4.2.1",
    "react-dates": "^18.3.1",
    "react-dom": "^16.7.0",
    "react-select": "^2.2.0",
    "recompose": "^0.30.0",
    "sanctuary": "^0.14.1"
  },
  "scripts": {
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build": "npm run build:types && npm run build:js && npm run build:css",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "babel src --out-dir lib --extensions \".ts,.tsx,.js\" --source-maps inline",
    "build:css": "node-sass src/styles/ -o lib/styles/",
    "version": "npm run build && git add -f lib"
  },
  "devDependencies": {
    "typescript": "3.2.2",
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.3.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.1",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-typescript": "^7.1.0",
    "eslint": "^5.12.1",
    "eslint-plugin-import": "^2.14.0",
    "@babel/preset-react": "^7.0.0",
    "@types/jest": "23.3.12",
    "@types/node": "10.12.18",
    "@types/ramda": "^0.25.46",
    "@types/react": "^16.7.18",
    "@types/react-custom-scrollbars": "^4.0.5",
    "@types/react-dates": "^17.1.5",
    "@types/react-dom": "^16.0.11",
    "@types/react-select": "^2.0.11",
    "@types/recompose": "^0.30.2",
    "react-scripts": "2.1.3",
    "node-sass": "^4.11.0",
    "@types/sanctuary": "^0.14.2",
    "@types/moment": "^2.13.0",
    "@types/moment-range": "^3.1.1"
  }
}
