{
    "name": "ndp-cm-tem-vue2",
    "version": "0.0.1",
    "description": "vue2组件包封装模板工程",
    "main": "components-lib/index.js",
    "prefix": "",
    "files": [
        ".husky",
        "assets",
        "config",
        "document",
        "examples",
        "packages",
        "src",
        ".cz-config.js",
        ".editorconfig",
        ".eslintignore",
        ".eslintrc.js",
        ".gitignore",
        ".prettierignore",
        ".prettierrc.js",
        "CHANGELOG.md",
        "commitlint.config.js",
        "components.json",
        "pnpm-lock.yaml",
        "README.md",
        "components-lib",
        "document-lib"
    ],
    "keywords": [
        "ndp-cm-tem-vue2",
        "vue2"
    ],
    "repository": {
        "type": "git",
        "url": "https://gitlab.dfec.com.cn/design-center/omponents-templant/ndp-cm-tem-vue2.git"
    },
    "scripts": {
        "lint:formart": "node config/build/lint-formart.js",
        "create:component": "node config/build/create-component.js",
        "clear:component": "node config/build/clear-component.js",
        "clear:component-only": "node config/build/clear-component-only.js",
        "build:component": "node config/build/build-component.js",
        "serve:document": "node config/build/serve-document.js",
        "build:document": "node config/build/build-document.js",
        "serve:example": "node config/build/serve-example.js",
        "publish:component": "node config/build/publish-component",
        "git:push": "node config/build/git-push.js",
        "git:pull": "node config/build/git-pull.js"
    },
    "author": "dnl",
    "license": "ISC",
    "peerDependencies": {
        "vue": "2.6.0"
    },
    "devDependencies": {
        "@commitlint/cli": "^19.3.0",
        "@commitlint/config-conventional": "^19.2.2",
        "@commitlint/cz-commitlint": "^19.2.0",
        "@types/node": "*",
        "@vue/component-compiler-utils": "^2.6.0",
        "babel-core": "^6.26.3",
        "babel-loader": "7.1.5",
        "commitizen": "^4.3.0",
        "commitlint-config-cz": "^0.13.3",
        "commitlint-config-git-commit-emoji": "^1.0.0",
        "conventional-changelog": "^6.0.0",
        "conventional-changelog-cli": "^5.0.0",
        "cp-cli": "^1.0.2",
        "cross-env": "^7.0.3",
        "css-loader": "^5.2.6",
        "cz-customizable": "^7.0.0",
        "element-ui": "^2.15.14",
        "eslint": "^7.30.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-loader": "^4.0.2",
        "eslint-plugin-prettier": "^4.2.0",
        "eslint-plugin-vue": "^9.26.0",
        "file-loader": "1.1.11",
        "file-save": "^0.2.0",
        "gulp": "^4.0.2",
        "gulp-autoprefixer": "^8.0.0",
        "gulp-cssmin": "^0.2.0",
        "gulp-replace": "^1.1.4",
        "gulp-sass": "^5.0.0",
        "gulp-smushit": "^1.2.0",
        "highlight.js": "^9.3.0",
        "html-webpack-plugin": "^3.2.0",
        "husky": "^9.0.11",
        "inquirer": "^9.0.0",
        "json-templater": "^1.0.4",
        "launch-editor-middleware": "^2.6.1",
        "markdown-it": "8.4.1",
        "markdown-it-chain": "1.3.0",
        "markdown-it-container": "2.0.0",
        "npm-run-all": "4.1.5",
        "optimize-css-assets-webpack-plugin": "^6.0.1",
        "prettier": "^2.3.2",
        "sass": "^1.32.8",
        "sass-loader": "^10.1.1",
        "sass-resources-loader": "^2.2.5",
        "semver": "^7.6.2",
        "style-loader": "2.0.0",
        "terser-webpack-plugin": "^4.2.3",
        "typescript": "^5.4.5",
        "uglifyjs-webpack-plugin": "^2.2.0",
        "uppercamelcase": "^1.1.0",
        "url-loader": "1.0.1",
        "vinyl": "^0.5.0",
        "vue": "^2.6.0",
        "vue-loader": "^15.7.0",
        "vue-router": "^3.0.1",
        "vue-template-compiler": "^2.6.0",
        "webpack": "^4.46.0",
        "webpack-cli": "^3.3.12",
        "webpack-dev-server": "^3.11.3",
        "webpack-node-externals": "^1.7.2"
    },
    "config": {
        "commitizen": {
            "path": "@commitlint/cz-commitlint"
        }
    },
    "husky": {
        "hooks": {
            "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
        }
    }
}
