{
  "name": "janda-framework",
  "version": "1.0.15",
  "description": "this is test yet",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "npx webpack-dev-server --open --colors --hot --mode development",
    "start": "npx http-server ./lib",
    "build": "npx webpack --mode production",
    "build:types": "tsc --emitDeclarationOnly",
    "test": "npx jest --config=jest.config.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SuperWallaby/janda-framework.git"
  },
  "keywords": [
    "janda-framework"
  ],
  "author": "KMJ",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SuperWallaby/janda-framework/issues"
  },
  "homepage": "https://github.com/SuperWallaby/janda-framework#readme",
  "peerDependencies": {
    "react": "^16.4.0"
  },
  "dependencies": {
    "@types/color": "^3.0.0",
    "@types/jquery": "^3.3.31",
    "axios": "^0.19.0",
    "chart.js": "^2.9.2",
    "classnames": "^2.2.6",
    "color": "^3.1.2",
    "dts-bundle": "^0.7.3",
    "from": "^0.1.7",
    "global": "^4.4.0",
    "import": "^0.0.6",
    "is-mobile": "^2.1.0",
    "janda-framework": "^1.0.14",
    "jquery": "^3.4.1",
    "moment": "^2.24.0",
    "randomcolor": "^0.5.4",
    "rc-menu": "^8.0.0-alpha.4",
    "react": "16.8.6",
    "react-addons-css-transition-group": "^15.6.2",
    "react-calendar-timeline": "^0.26.7",
    "react-chartjs-2": "^2.8.0",
    "react-color": "^2.17.3",
    "react-compound-timer": "^1.1.15",
    "react-day-picker": "^7.4.0",
    "react-dom": "16.8.6",
    "react-image-file-resizer": "^0.2.1",
    "react-input-range": "^1.3.0",
    "react-modal": "^3.11.1",
    "react-paginate": "^6.3.2",
    "react-player": "^1.14.1",
    "react-select": "^3.0.8",
    "react-slick": "^0.25.2",
    "react-table": "^6.10.3",
    "react-tabs": "^3.0.0",
    "react-toastify": "^5.4.1",
    "react-tooltip": "^3.11.1",
    "sass-resources-loader": "^2.0.1"
  },
  "devDependencies": {
    "@babel/plugin-external-helpers": "7.2.0",
    "@babel/plugin-proposal-class-properties": "7.4.0",
    "@babel/plugin-proposal-object-rest-spread": "7.4.3",
    "@babel/plugin-transform-runtime": "^7.4.3",
    "@babel/preset-env": "7.4.3",
    "@babel/preset-react": "7.0.0",
    "@babel/preset-typescript": "7.3.3",
    "@babel/runtime": "^7.4.3",
    "@types/classnames": "^2.2.9",
    "@types/enzyme": "3.9.1",
    "@types/enzyme-adapter-react-16": "1.0.5",
    "@types/jest": "24.0.11",
    "@types/randomcolor": "^0.5.3",
    "@types/react": "16.8.12",
    "@types/react-addons-css-transition-group": "^15.0.5",
    "@types/react-color": "^3.0.1",
    "@types/react-dom": "16.8.3",
    "@types/react-modal": "^3.10.0",
    "@types/react-paginate": "^6.2.1",
    "@types/react-select": "^3.0.8",
    "@types/react-slick": "^0.23.4",
    "@types/react-table": "^6.8.5",
    "@types/react-tabs": "^2.3.1",
    "@types/react-tooltip": "^3.11.0",
    "@types/styled-components": "4.1.13",
    "babel-loader": "8.0.5",
    "babel-plugin-styled-components": "1.10.0",
    "css-loader": "^3.2.0",
    "enzyme": "3.9.0",
    "enzyme-adapter-react-16": "1.12.1",
    "enzyme-to-json": "3.3.5",
    "file-loader": "^4.2.0",
    "html-webpack-plugin": "3.2.0",
    "http-server": "^0.11.1",
    "jest": "24.7.1",
    "node-sass": "^4.13.0",
    "sass-loader": "^8.0.0",
    "source-map-loader": "0.2.4",
    "style-loader": "^1.0.0",
    "ts-jest": "24.0.2",
    "typescript": "3.4.2",
    "webpack": "4.29.6",
    "webpack-cli": "3.3.0",
    "webpack-dev-server": "3.2.1",
    "webpack-hot-middleware": "2.24.3"
  }
}
