{
  "name": "@aliedu/app-release-open",
  "version": "1.0.26",
  "description": "开发平台应用上架申请",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "stylePath": "style.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "icejs start --config build_dev.json",
    "build": "build-scripts build",
    "watch": "npm run start -- --watch",
    "addPage": "node ./scripts/create.js",
    "test": "build-scripts test",
    "prepublishOnly": "npm run build",
    "eslint": "eslint --cache --ext .js,.jsx ./",
    "eslint:fix": "npm run eslint -- --fix",
    "stylelint": "stylelint \"**/*.{css,scss,less}\"",
    "lint": "npm run eslint && npm run stylelint",
    "f2elint-scan": "f2elint scan",
    "f2elint-fix": "f2elint fix"
  },
  "keywords": [
    "ice",
    "react",
    "component"
  ],
  "dependencies": {
    "lodash": "^4.17.20",
    "moment": "^2.29.1",
    "@aliedu/page-title": "^1.0.0"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.3",
    "@b-design/ui": "2.0.15",
    "@icedesign/container": "^1.0.4",
    "@iceworks/spec": "^1.0.0",
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "axios": "^0.21.1",
    "build-plugin-component": "^1.0.0",
    "build-plugin-fusion": "^0.1.0",
    "build-plugin-icestark": "^2.0.0",
    "build-plugin-moment-locales": "^0.1.0",
    "chalk": "^4.1.1",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "f2elint": "^1.2.0",
    "fs-extra": "^10.0.0",
    "ice.js": "^1.0.0",
    "minimist": "^1.2.5",
    "pont-engine": "1.0.13",
    "prettier": "^2.3.0",
    "react": "^16.3.0",
    "react-dom": "^16.3.0",
    "sass-resources-loader": "^2.2.4"
  },
  "peerDependencies": {
    "@b-design/ui": "^2.0.10",
    "@iceworks/spec": "^1.0.0",
    "ice.js": "^1.0.0",
    "react": "^16.3.0",
    "react-dom": "^16.3.0"
  },
  "componentConfig": {
    "name": "app-release-opt",
    "title": "app-release-opt",
    "category": "Others"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "f2elint commit-file-scan"
    }
  },
  "homepage": "https://unpkg.com/@aliedu/app-release-open@1.0.26/build/index.html"
}
