{
  "name": "@aliretail/react-store-erp-sdk",
  "version": "1.4.4",
  "description": "数字门店ERP系统源码页面SDK",
  "main": "lib/index.js",
  "module": "es/index.js",
  "stylePath": "style.js",
  "files": [
    "demo/",
    "es/",
    "lib/",
    "build/",
    "manifest.json",
    "mock/",
    "build/",
    "manifest.json",
    "fie.config.js"
  ],
  "dependencies": {
    "@alifd/theme-retailforce": "^1.x",
    "@aliretail/react-materials-components": "^1.0.4",
    "@aliretail/react-universal-request": "^0.1.1",
    "bizcharts": "^4.1.10",
    "build-plugin-fusion": "^0.1.8",
    "events": "^3.3.0",
    "moment": "^2.29.1",
    "prop-types": "^15.5.8",
    "query-string": "^6.11.1",
    "react": "^16.14.0",
    "react-dom": "^16.14.0"
  },
  "devDependencies": {
    "@alib/build-scripts": "^0.1.29",
    "@alifd/next": "1.x",
    "@ice/screenshot": "^0.1.1",
    "@ice/spec": "^1.0.0",
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "build-plugin-component": "1.1.0",
    "build-plugin-fusion": "^0.1.12",
    "build-plugin-moment-locales": "^0.1.0",
    "eslint": "^6.8.0",
    "eslint-config-ali": "^11.4.1",
    "f2elint": "^1.1.0",
    "globby": "^11.0.0",
    "husky": "^4.3.5",
    "ice.js": "^1.1.2-alpha.0",
    "ini": "^1.3.5",
    "lint-staged": "^10.5.3",
    "moment": "^2.24.0",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "sass": "1.32.13",
    "style-loader": "^1.1.3",
    "styled-components": "^4.4.1",
    "stylelint": "^13.2.0",
    "unixify": "^1.0.0",
    "webpack-api-mocker": "^1.7.6"
  },
  "scripts": {
    "start": "fie start",
    "startBigMemary": "NODE_OPTIONS=--max_old_space_size=8192 fie start",
    "build": "fie 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"
  },
  "ideMode": {
    "name": "ice-react"
  },
  "iceworks": {
    "type": "react",
    "adapter": "adapter-react-v3"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "f2elint commit-file-scan",
      "commit-msg": "f2elint commit-msg-scan"
    }
  },
  "alphaVersion": "1.4.4-alpha.1",
  "homepage": "https://unpkg.com/@aliretail/react-store-erp-sdk@1.4.4/build/index.html"
}
