mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
89 lines
2.5 KiB
JSON
89 lines
2.5 KiB
JSON
{
|
|
"name": "@certd/certd-ui",
|
|
"version": "0.2.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:pm": "vite --mode pm",
|
|
"dev:force": "vite --force",
|
|
"debug": "vite --mode debug",
|
|
"debug:pm": "vite --mode debugpm",
|
|
"debug:force": "vite --force --mode debug",
|
|
"build": "vite build ",
|
|
"serve": "vite preview",
|
|
"preview": "vite preview",
|
|
"pretty-quick": "pretty-quick",
|
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
|
|
"upgrade": "yarn upgrade-interactive --latest"
|
|
},
|
|
"author": "Greper",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ant-design/colors": "^6.0.0",
|
|
"@ant-design/icons-vue": "^6.0.1",
|
|
"ant-design-vue": "^3.2.12",
|
|
"axios": "^0.27.2",
|
|
"core-js": "^3.25.4",
|
|
"dayjs": "^1.11.5",
|
|
"lodash-es": "^4.17.15",
|
|
"mitt": "^3.0.0",
|
|
"vue": "^3.2.40",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
|
"@types/chai": "^4.3.3",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "^18.8.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
|
"@typescript-eslint/parser": "^5.38.1",
|
|
"@vitejs/plugin-legacy": "^2.2.0",
|
|
"@vitejs/plugin-vue": "^3.1.2",
|
|
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
|
"@vue/compiler-sfc": "^3.2.40",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"@vue/test-utils": "^2.1.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"caller-path": "^4.0.0",
|
|
"chai": "^4.1.2",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.0.1",
|
|
"eslint-plugin-vue": "^9.5.1",
|
|
"less": "^4.1.3",
|
|
"less-loader": "^11.0.0",
|
|
"lint-staged": "^13.0.3",
|
|
"postcss": "^8.4.17",
|
|
"prettier": "2.7.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.79.1",
|
|
"rollup-plugin-visualizer": "^5.8.2",
|
|
"stylelint": "^14.13.0",
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
"stylelint-order": "^5.0.0",
|
|
"vite": "^3.1.4",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-optimize-persist": "^0.1.2",
|
|
"vite-plugin-package-config": "^0.1.1",
|
|
"vue-eslint-parser": "^9.1.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"gitHead": "9c2162697f3affea22c9a8cbc0ca74f4034ab27e",
|
|
"vite": {
|
|
"optimizeDeps": {
|
|
"include": [
|
|
"@iconify/iconify"
|
|
]
|
|
}
|
|
}
|
|
}
|