{
  "name": "kuroshio-core",
  "version": "0.0.9",
  "description": "Kuroshio core package",
  "homepage": "https://github.com/lpenguin/kuroshio-core",
  "bugs": {
    "url": "https://github.com/lpenguin/kuroshio-core/issues"
  },
  "license": "BSD-3-Clause",
  "author": "lpenguin",
  "files": [
    "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,css}"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "style": "lib/index.css",
  "repository": {
    "type": "git",
    "url": "https://github.com/lpenguin/kuroshio-core.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && node-sass ./style -o ./lib",
    "prepare": "npm run build",
    "lint": "tslint -p tsconfig.json"
  },
  "dependencies": {
    "@blueprintjs/core": "^3.15.1",
    "@blueprintjs/select": "^3.8.0",
    "@blueprintjs/table": "^3.8.0",
    "codemirror": "^5.48.4",
    "dataframe-js": "^1.4.3",
    "immutable": "^4.0.0-rc.12",
    "react-codemirror2": "^6.0.0",
    "react-redux": "^7.1.3",
    "react-split-pane": "^0.1.87",
    "redux": "^4.0.1",
    "redux-devtools-extension": "^2.13.8"
  },
  "devDependencies": {
    "@types/codemirror": "0.0.81",
    "@types/react-redux": "^7.1.5",
    "css-loader": "^3.2.0",
    "node-sass": "^4.13.0",
    "rimraf": "^2.6.1",
    "style-loader": "^1.0.0",
    "typescript": "^3.7.3"
  },
  "peerDependencies": {
    "@types/react-dom": "^16.9.4",
    "react-dom": "^16.12.0"
  }
}
