{
    "name": "jdd-design",
    "version": "2.0.17",
    "main": "./lib/jdd-design.common.js",
    "style": "./lib/themes/index.css",
    "scripts": {
        "serve": "vue-cli-service serve",
        "build": "vue-cli-service build",
        "lint": "vue-cli-service lint",
        "test:unit": "vue-cli-service test:unit",
        "clear": "rm -rf ./lib",
        "theme": "gulp compile",
        "components": "webpack --config webpack.component.js",
        "utils": "babel ./utils --out-dir lib/utils",
        "all": "webpack --config webpack.all.js",
        "common": "webpack --config webpack.common.js",
        "demo": "webpack --config webpack.demo.js",
        "release": "npm run clear && npm run theme && npm run utils && npm run components && npm run all"
    },
    "unpkg": "lib/index.js",
    "files": [
        "utils",
        "components",
        "themes",
        "lib"
    ],
    "dependencies": {
        "async-validator": "^3.1.0",
        "clipboard": "^2.0.4",
        "dayjs": "^1.9.6",
        "promise-polyfill": "^8.1.3",
        "throttle-debounce": "^2.1.0",
        "babel-helper-vue-jsx-merge-props": "^2.0.3"
    }
}