{
  "name": "@~sunsimiao/cj-dnd",
  "version": "1.0.3",
  "description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
  "main": "build/dist/index.js",
  "files": [
    "build",
    "src"
  ],
  "devDependencies": {
    "@types/jest": "^23.3.0",
    "@types/node": "^10.5.2",
    "@types/react": "^16.4.6",
    "@types/react-dom": "^16.0.6",
    "hoist-non-react-statics": "^2.5.5",
    "invariant": "^2.2.4",
    "jest": "^23.4.1",
    "lodash": "^4.17.10",
    "recompose": "^0.27.1",
    "shallowequal": "^1.1.0",
    "ts-jest": "^23.0.1",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "dnd-core": "^4.0.5",
    "react": "^16.4.1",
    "react-dnd-html5-backend": "^5.0.1",
    "react-dom": "^16.4.1",
    "react-scripts-ts": "2.16.0"
  },
  "scripts": {
    "start": "react-scripts-ts start",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "rebuild": "npm run clean && npm run build",
    "clean": "rm -rf build"
  },
  "author": "~sunsimiao",
  "license": "ISC"
}
