{
  "name": "amis-editor-comp",
  "version": "0.1.0-beta.10",
  "description": "",
  "main": "dist/index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "start": "npm run start-dev",
    "start-dev": "webpack serve --config=build/webpack.config.dev.js --host 0.0.0.0",
    "clean-dist": "rimraf dist/*",
    "build": "npm run clean-dist && webpack --config=build/webpack.config.prod.js && npm run declaration",
    "lint": "eslint './src/**/*.{js,ts,tsx}' --quiet",
    "publish-to-internal": "git pull && sh scripts/publish.sh",
    "declaration": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir ./dist --rootDir ./src"
  },
  "repository": {
    "type": "git",
    "url": "https://console.cloud.baidu-int.com/devops/icode/repos/baidu/amis/comp-config"
  },
  "keywords": [
    "amis",
    "aipage"
  ],
  "author": "@fex",
  "license": "ISC",
  "lint-staged": {
    "{src,scss,examples}/**/**/*.{js,jsx,ts,tsx,scss,json}": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "dependencies": {
    "sortablejs": "^1.14.0"
  },
  "peerDependencies": {
    "amis": "*",
    "amis-formula": "*"
  },
  "devDependencies": {
    "@svgr/webpack": "^5.5.0",
    "@types/react": "^16.9.11",
    "@types/react-dom": "^16.9.4",
    "@types/react-router-dom": "^5.1.9",
    "@types/sortablejs": "^1.10.7",
    "@typescript-eslint/eslint-plugin": "^4.28.5",
    "@typescript-eslint/parser": "^4.28.5",
    "amis": "^2.0.0-rc.14",
    "amis-core": "^2.0.0-rc.14",
    "amis-formula": "^2.0.0-rc.14",
    "amis-ui": "^2.0.0-rc.14",
    "babel-eslint": "^10.0.0",
    "css-loader": "^6.2.0",
    "eslint": "^7.0.0",
    "eslint-plugin-babel": "^5.0.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "file-loader": "^6.2.0",
    "html-webpack-plugin": "^5.3.2",
    "husky": "^7.0.4",
    "lint-staged": "^12.3.4",
    "mini-css-extract-plugin": "^2.1.0",
    "prettier": "^2.5.1",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-hot-loader": "^4.13.0",
    "react-router": "^5.2.1",
    "react-router-dom": "^5.3.0",
    "resolve-url-loader": "^4.0.0",
    "rimraf": "^3.0.2",
    "sass": "^1.49.7",
    "sass-loader": "^12.6.0",
    "style-loader": "^3.3.1",
    "stylelint": "^13.0.0",
    "terser-webpack-plugin": "^5.3.1",
    "ts-loader": "^9.2.3",
    "typescript": "^4.5.5",
    "webpack": "^5.46.0",
    "webpack-cli": "^4.7.2",
    "webpack-dev-server": "^3.11.2",
    "webpack-merge": "^5.8.0",
    "webpack-node-externals": "^3.0.0"
  }
}
