{
    "name": "sunmi-ui",
    "version": "2.0.3",
    "description": "sui",
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "files": [
        "dist",
        "README.md"
    ],
    "scripts": {
        "start": "rimraf _site && mkdir _site && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js",
        "clean": "rm -rf dist",
        "ts": "tsc -d",
        "build": "npm run clean && npm run less && npm run css && npm run ts",
        "less": "lessc ./components/index.less ./dist/sunmi-ui.less",
        "css": "lessc ./components/index.less ./dist/sunmi-ui.css && lessc -x ./components/index.less ./dist/sunmi-ui.min.css",
        "site": "cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js",
        "publish": "npx lerna publish"
    },
    "repository": {
        "type": "git",
        "url": "git@code.sunmi.com:SUNMI-WEB/sunmi-ui.git"
    },
    "keywords": [
        "sui"
    ],
    "author": "sunmi",
    "license": "BSD-2-Clause",
    "dependencies": {
        "antd": "2.13.11",
        "classnames": "^2.2.5",
        "lodash": "^4.17.4",
        "prop-types": "^15.6.1",
        "react": "^16.4.0",
        "react-dom": "^16.4.0",
        "spark-md5": "^3.0.0"
    },
    "devDependencies": {
        "@types/classnames": "^2.2.3",
        "@types/lodash": "^4.14.74",
        "@types/node": "^8.0.30",
        "@types/prop-types": "^15.5.1",
        "@types/react": "^16.0.5",
        "@types/react-dom": "^15.5.4",
        "@types/spark-md5": "^3.0.0",
        "bisheng": "^0.28.3",
        "bisheng-plugin-antd": "^0.16.3",
        "bisheng-plugin-description": "^0.1.4",
        "bisheng-plugin-react": "^0.6.3",
        "bisheng-plugin-toc": "^0.4.4",
        "cross-env": "^5.1.6",
        "lerna": "^2.11.0",
        "react-copy-to-clipboard": "^5.0.1",
        "react-document-title": "^2.0.3",
        "tslint": "^5.7.0",
        "tslint-react": "^3.2.0",
        "typescript": "^2.5.2"
    }
}
