mirror of https://github.com/certd/certd
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "certd-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@certd/plugins": "^0.1.11",
|
|
"@certd/providers": "^0.1.11",
|
|
"ant-design-vue": "^2.0.0-rc.8",
|
|
"lodash-es": "^4.17.20",
|
|
"vue-i18n": "^9.0.0-rc.2",
|
|
"core-js": "^3.8.1",
|
|
"vue": "^3.0.4",
|
|
"vue-router": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/eslint-parser": "^7.12.1",
|
|
"@vue/cli-plugin-babel": "~5.0.0-alpha.3",
|
|
"@vue/cli-plugin-eslint": "~5.0.0-alpha.3",
|
|
"@vue/cli-plugin-router": "~5.0.0-alpha.3",
|
|
"@vue/cli-plugin-unit-mocha": "~5.0.0-alpha.3",
|
|
"@vue/cli-plugin-webpack-4": "^5.0.0-alpha.3",
|
|
"@vue/cli-service": "~5.0.0-alpha.3",
|
|
"@vue/compiler-sfc": "^3.0.4",
|
|
"@vue/eslint-config-standard": "^6.0.0",
|
|
"@vue/test-utils": "^2.0.0-0",
|
|
"babel-eslint": "^10.1.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.15.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"eslint-plugin-vue": "^7.2.0",
|
|
"less": "^3.0.4",
|
|
"less-loader": "^5.0.0",
|
|
"lint-staged": "^9.5.0",
|
|
"postcss": "^8.2.4",
|
|
"webpack": "^4.0.0"
|
|
},
|
|
"resolutions": {
|
|
"@vue/cli-*/webpack": "^4.0.0"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|