{
  "name": "ccms",
  "version": "1.4.0",
  "description": "ConfigableCMS",
  "main": "lib/index.js",
  "module": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "scripts": {
    "dev": "npm-watch build",
    "build": "npm run clear && npm run build:rollup && npm run build:babel",
    "build:rollup": "rollup -c",
    "build:babel": "babel src -d lib -s -x '.ts,.tsx'",
    "clear": "rm -rf dist && rm -rf lib",
    "test": "jest",
    "test:u": "npm test -- -u"
  },
  "keywords": [
    "ccms"
  ],
  "author": "niuweb",
  "license": "MIT",
  "dependencies": {
    "@types/react": "^16.9.46",
    "@types/react-router-dom": "^5.1.5",
    "axios": "^0.20.0",
    "immer": "^9.0.7",
    "lodash": "^4.17.21",
    "marked": "^1.2.5",
    "moment": "^2.29.0",
    "qiankun": "^2.5.1",
    "query-string": "^6.13.8",
    "rc-table": "^7.9.10",
    "react-loadable": "^5.5.0",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.8",
    "@babel/core": "^7.16.12",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@testing-library/react": "^11.0.4",
    "@types/jest": "^27.4.0",
    "@types/lodash": "^4.14.178",
    "@types/marked": "^1.2.0",
    "@types/node": "^14.11.2",
    "@types/react-dom": "^16.9.8",
    "@types/react-loadable": "^5.5.3",
    "@types/react-test-renderer": "^16.9.3",
    "awesome-typescript-loader": "^5.2.1",
    "babel-jest": "^26.3.0",
    "babel-plugin-import": "^1.13.0",
    "eslint": "^7.32.0",
    "execa": "^4.1.0",
    "jest": "^27.4.7",
    "npm-watch": "^0.11.0",
    "rollup": "^2.66.0",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.1",
    "ts-jest": "^27.1.3",
    "typescript": "^4.5.5"
  },
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  }
}
