{
  "name": "amos-framework",
  "version": "1.13.2",
  "description": "amos framework",
  "main": "./lib/index.js",
  "author": "ilex",
  "license": "MIT",
  "unpkg": "./dist/amosframework.min.js",
  "jsdelivr": "./dist/amosframework.min.js",
  "scripts": {
    "clean": "rimraf lib dist docsite",
    "lint": "eslint src tests",
    "lint:fix": "npm run lint -- --fix",
    "format": "prettier --write \"src/**/*.{js,jsx,css,scss,less,sass}\"",
    "example": "set NODE_ENV=development && webpack-dev-server --config webpack.config.test.js",
    "example1": "set NODE_ENV=development && nodemon --watch webpack.config.test.js --exec \"webpack-dev-server --config webpack.config.test.js\"",
    "docifr": "set NODE_ENV=development && webpack-dev-server --config webpack.config.docifr.js",
    "example-ie": "set NODE_ENV=development && webpack-dev-server --config webpack.config.ie.js",
    "build:example": "set NODE_ENV=production && webpack --config webpack.config.test.js",
    "rayb-example": "ray-build example",
    "examplecjs": "set NODE_ENV=development && webpack --config webpack.config.docpub.js",
    "mf": "rimraf amosaf_dist & set NODE_ENV=production && webpack --config webpack.config.mf.js",
    "doc": "ac-doc docall",
    "dist2": "set DIST_ENV=production && amos-build --devtool=source-map",
    "dist": "set DIST_ENV=production && amos-build",
    "compile": "rimraf lib && amos-run frameui",
    "build": "npm run clean && amos-run frameui && npm run dist",
    "build-1": "npm run clean && amos-run amoscoreCustom",
    "pub-old": "npm run build && npm publish",
    "pub": "npm run build && npm run rayb-example && npm run mf && npm publish"
  },
  "devDependencies": {
    "amos-build": "^6.x",
    "amos-rmd": "^2.x",
    "react": "~16.3.2",
    "react-dom": "~16.3.3"
  },
  "dependencies": {
    "amos-icon": "^1.x",
    "amos-react-router": "^2.10.1",
    "amos-tool": "^1.x",
    "amos-uploader": "^1.x",
    "animate.css": "^3.5.2",
    "classnames": "^2.2.5",
    "crispfit-ui": "^1.x",
    "decimal.js": "^10.4.3",
    "dom-casque": "^1.1.0",
    "domtool": "^1.0.10",
    "dt2react": "^2.x",
    "es6-symbol": "^3.1.1",
    "hoist-non-react-statics": "^3.3.0",
    "normalize.css": "^8.0.1",
    "ray-animate": "^1.x",
    "ray-async-validator": "^1.x",
    "ray-color-panel": "^1.x",
    "ray-dialog-box": "^1.x",
    "ray-eventpool": "^1.x",
    "ray-mediaquery": "^1.x",
    "ray-progress": "^1.0.0",
    "ray-scrollbar": "^1.x",
    "ray-tween": "^1.0.2",
    "rayloading": "^1.0.6",
    "react-color": "^2.18.1",
    "react-draggable": "^4.4.5"
  }
}
