{
  "name": "@icedesign/creative-login-scaffold",
  "version": "1.0.2",
  "description": "该模板适用于有注册登录类的管理后台，默认只内置了注册和登录页面，可根据实际业务场景选择其他物料进行开发。",
  "homepage": "https://alibaba.github.io/ice/scaffold-preview/ice-creative-login/index.html",
  "dependencies": {
    "@icedesign/base": "^0.2.0",
    "@icedesign/container": "^0.1.0",
    "@icedesign/form-binder": "^0.1.4",
    "@icedesign/icon": "^0.1.1",
    "@icedesign/layout": "^0.1.2",
    "@icedesign/skin": "^0.1.0",
    "prop-types": "^15.5.8",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-router-dom": "^4.2.2"
  },
  "devDependencies": {
    "babel-eslint": "^8.0.3",
    "eslint": "^4.13.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-babel": "^4.1.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.5.1",
    "ice-scripts": "^1.6.0-next.3"
  },
  "scripts": {
    "start": "ice dev",
    "build": "ice build",
    "lint": "eslint . --ext '.js,.jsx' --fix"
  },
  "publishConfig": {
    "access": "public"
  },
  "buildConfig": {
    "theme": "@icedesign/skin",
    "entry": "src/index.js",
    "localization": true
  },
  "scaffoldConfig": {
    "name": "ice-creative-login",
    "title": "ICE Creative Login",
    "categories": [
      "登录"
    ],
    "screenshot": "https://img.alicdn.com/tfs/TB1wLE7r8jTBKNjSZFwXXcG4XXa-2840-1596.png"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
