{
    "name": "@microduino/micdesign",
    "version": "1.15.5",
    "description": "microduino component design for react",
    "author": "wangjianpeng@microduino.cc",
    "license": "MIT",
    "keywords": [
        "react",
        "react-component",
        "antd"
    ],
    "main": "index.js",
    "dependencies": {
        "@wangjianpeng/draft-js-prism-plugin": "^1.0.0",
        "classnames": "^2.2.5",
        "clipboard": "^2.0.0",
        "debug": "^4.1.1",
        "draft-js": "^0.10.5",
        "draft-js-code-editor-plugin": "^0.2.1",
        "draft-js-plugins-editor": "^2.0.4",
        "draftjs-to-html": "^0.8.3",
        "form-data-to-object": "^0.2.0",
        "jr-qrcode": "^1.1.1",
        "jssha": "^2.3.1",
        "microduino-html-to-draftjs": "^1.0.6",
        "prismjs": "^1.13.0",
        "prop-types": ">= 15.6.1",
        "rc-pagination": "^1.16.2",
        "react-draft-wysiwyg": ">=1.12.11",
        "react-tooltip": "^3.10.0",
        "request": "^2.85.0",
        "uuid": "^3.2.1",
        "xss": "1.0.0"
    },
    "peerDependencies": {
        "react": ">= 16.2.0",
        "react-dom": ">= 16.2.0"
    },
    "devDependencies": {
        "@s524797336/current-device": "^1.1.0",
        "babel-cli": "^6.26.0",
        "babel-core": "^6.26.0",
        "babel-eslint": "^8.2.2",
        "babel-jest": "^23.4.2",
        "babel-loader": "^7.1.4",
        "babel-plugin-transform-decorators-legacy": "^1.3.4",
        "babel-plugin-transform-runtime": "^6.23.0",
        "babel-polyfill": "^6.26.0",
        "babel-preset-env": "^1.6.1",
        "babel-preset-react": "^6.24.1",
        "babel-preset-stage-1": "^6.24.1",
        "css-loader": "^0.28.11",
        "current-device": "^0.7.2",
        "extract-text-webpack-plugin": "^4.0.0-beta.0",
        "file-loader": "^1.1.11",
        "fileloader": "^2.0.0",
        "import-fresh": "^2.0.0",
        "jest": "^23.5.0",
        "jest-cli": "^23.5.0",
        "less": "^3.0.1",
        "less-loader": "^4.1.0",
        "normalize.css": "^8.0.0",
        "react": "^16.5.2",
        "react-codemirror": "^1.0.0",
        "react-dom": "^16.5.2",
        "react-helmet": "^5.2.0",
        "style-loader": "^0.20.3",
        "uglifyjs-webpack-plugin": "^1.2.4",
        "url-loader": "^1.0.1",
        "webpack": "4.2.0",
        "webpack-cli": "^2.0.13"
    },
    "optionalDependencies": {
        "eslint": "^4.19.1",
        "eslint-config-standard": "^11.0.0",
        "eslint-config-standard-react": "^6.0.0",
        "eslint-friendly-formatter": "^4.0.0",
        "eslint-loader": "^2.0.0",
        "eslint-plugin-babel": "^4.1.2",
        "eslint-plugin-import": "^2.9.0",
        "eslint-plugin-jest": "^21.15.0",
        "eslint-plugin-node": "^6.0.1",
        "eslint-plugin-promise": "^3.7.0",
        "eslint-plugin-react": "^7.7.0",
        "eslint-plugin-standard": "^3.0.1",
        "webpack-dev-server": "^3.1.4"
    },
    "scripts": {
        "dev": "webpack-dev-server --content-base example --devtool eval",
        "example": "webpack --progress --colors --watch --config webpack.config.js",
        "build": "npm run clean && npm run build:src && npm run build:express && npm run build:others",
        "build:express": "webpack --progress --colors --config webpack.express.config.js",
        "build:others": "webpack --progress --colors --config webpack.others.config.js",
        "build:src": "webpack --progress --colors --config webpack.prepublish.config.js",
        "prepublish": "npm run build",
        "clean": "rm -rf lib && rm -rf static/*",
        "test": "jest __jest__/__tests__"
    },
    "typings": "index.d.ts",
    "jest": {
        "moduleNameMapper": {
            "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__jest__/__mocks__/fileMock.js",
            "\\.(css|less|scss)$": "identity-obj-proxy",
            "^cpn(.*)$": "<rootDir>/__jest__/__tests__/index.js"
        }
    }
}
