You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
206 lines
6.2 KiB
206 lines
6.2 KiB
{ |
|
"name": "kicc-ui", |
|
"version": "1.0.0", |
|
"license": "MIT", |
|
"author": { |
|
"name": "长沙康来有限公司-王翔", |
|
"email": "1827945911@qq.com", |
|
"url": "https://github.com/wangxiang4/wangxiang4" |
|
}, |
|
"scripts": { |
|
"dev": "vite", |
|
"lint:check": "eslint --max-warnings 0 \"src/**/*.{vue,ts,tsx}\"", |
|
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,tsx}\" --fix", |
|
"build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts", |
|
"build:test": "pnpm lint:check && vite build --mode test && esno ./build/script/postBuild.ts", |
|
"build:no-cache": "pnpm delete:cache && pnpm build", |
|
"preview": "pnpm run build && vite preview", |
|
"preview:dist": "vite preview", |
|
"report": "cross-env REPORT=true pnpm run build", |
|
"log": "conventional-changelog -p angular -i CHANGELOG.md -s", |
|
"delete:lib": "rimraf node_modules", |
|
"delete:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", |
|
"gen:icon": "esno ./build/generate/icon/index.ts", |
|
"type:check": "vue-tsc --noEmit --skipLibCheck" |
|
}, |
|
"dependencies": { |
|
"@amap/amap-jsapi-loader": "^1.0.1", |
|
"@iconify/iconify": "^2.1.30", |
|
"@vueuse/core": "^9.1.1", |
|
"@vueuse/shared": "^9.1.1", |
|
"@zxcvbn-ts/core": "^2.0.1", |
|
"@ant-design/colors": "^6.0.0", |
|
"@ant-design/icons-vue": "^6.1.0", |
|
"@vue/runtime-core": "^3.2.33", |
|
"@vue/shared": "^3.2.33", |
|
"ant-design-vue": "^3.2.12", |
|
"axios": "^0.26.1", |
|
"cropperjs": "^1.5.12", |
|
"crypto-js": "^4.1.1", |
|
"dayjs": "^1.11.1", |
|
"echarts": "^5.3.2", |
|
"intro.js": "^5.1.0", |
|
"event-source-polyfill": "^1.0.31", |
|
"js-base64": "^3.6.1", |
|
"lodash-es": "^4.17.21", |
|
"nprogress": "^0.2.0", |
|
"path-to-regexp": "^6.2.0", |
|
"pinia": "^2.0.13", |
|
"print-js": "^1.6.0", |
|
"qrcode": "^1.5.0", |
|
"qs": "^6.10.3", |
|
"resize-observer-polyfill": "^1.5.1", |
|
"sortablejs": "^1.15.0", |
|
"tinymce": "^5.10.3", |
|
"vditor": "^3.8.13", |
|
"vue": "^3.2.45", |
|
"vue-i18n": "^9.1.9", |
|
"vue-router": "^4.0.14", |
|
"vue-types": "^4.1.1", |
|
"exceljs": "^4.3.0", |
|
"vxe-table": "^4.3.9", |
|
"vxe-table-plugin-antd": "^3.0.5", |
|
"vxe-table-plugin-export-xlsx": "^3.0.4", |
|
"xe-utils": "^3.5.4", |
|
"xlsx": "^0.17.2" |
|
}, |
|
"devDependencies": { |
|
"@iconify/json": "^2.1.30", |
|
"@purge-icons/generated": "^0.8.1", |
|
"@types/crypto-js": "^4.1.1", |
|
"@types/fs-extra": "^9.0.13", |
|
"@types/inquirer": "^8.2.1", |
|
"@types/lodash-es": "^4.17.6", |
|
"@types/nprogress": "^0.2.0", |
|
"@types/qrcode": "^1.5.0", |
|
"@types/qs": "^6.9.7", |
|
"@types/intro.js": "^3.0.2", |
|
"@types/sortablejs": "^1.10.7", |
|
"@typescript-eslint/eslint-plugin": "^5.20.0", |
|
"@typescript-eslint/parser": "^5.20.0", |
|
"@vitejs/plugin-legacy": "^1.8.1", |
|
"@vitejs/plugin-vue": "^2.3.3", |
|
"@vitejs/plugin-vue-jsx": "^1.3.10", |
|
"@vue/compiler-sfc": "^3.2.33", |
|
"picocolors": "^1.0.0", |
|
"autoprefixer": "^10.4.4", |
|
"conventional-changelog-cli": "^2.2.2", |
|
"cross-env": "^7.0.3", |
|
"dotenv": "^16.0.0", |
|
"eslint": "^8.13.0", |
|
"eslint-define-config": "^1.1.1", |
|
"eslint-plugin-vue": "^8.6.0", |
|
"esno": "^0.14.1", |
|
"fs-extra": "^10.1.0", |
|
"inquirer": "^8.2.2", |
|
"less": "^4.1.2", |
|
"postcss": "^8.4.12", |
|
"rimraf": "^3.0.2", |
|
"rollup": "^2.70.2", |
|
"rollup-plugin-visualizer": "^5.6.0", |
|
"typescript": "^4.6.3", |
|
"vite": "^2.9.15", |
|
"vite-plugin-compression": "^0.5.1", |
|
"vite-plugin-html": "^3.2.0", |
|
"vite-plugin-imagemin": "^0.6.1", |
|
"vite-plugin-purge-icons": "^0.8.2", |
|
"vite-plugin-pwa": "^0.12.3", |
|
"vite-plugin-style-import": "^2.0.0", |
|
"vite-plugin-svg-icons": "^2.0.1", |
|
"vite-plugin-theme": "^0.8.6", |
|
"vite-plugin-windicss": "^1.8.7", |
|
"vue-eslint-parser": "^8.3.0", |
|
"vue-tsc": "^1.0.9", |
|
"vite-plugin-optimize-persist": "^0.1.2", |
|
"vite-plugin-package-config": "^0.1.1" |
|
}, |
|
"resolutions": { |
|
"bin-wrapper": "npm:bin-wrapper-china", |
|
"rollup": "2.72.0" |
|
}, |
|
"engines": { |
|
"node": "12 || >=14" |
|
}, |
|
"browserslist": [ |
|
"> 1%", |
|
"last 2 versions" |
|
], |
|
"vite": { |
|
"optimizeDeps": { |
|
"include": [ |
|
"@ant-design/colors", |
|
"@ant-design/icons-vue", |
|
"@vueuse/core", |
|
"@vueuse/shared", |
|
"@zxcvbn-ts/core", |
|
"ant-design-vue", |
|
"axios", |
|
"cropperjs", |
|
"crypto-js/aes", |
|
"crypto-js/enc-base64", |
|
"crypto-js/enc-utf8", |
|
"crypto-js/md5", |
|
"crypto-js/mode-ecb", |
|
"crypto-js/pad-pkcs7", |
|
"echarts", |
|
"echarts/charts", |
|
"echarts/components", |
|
"echarts/core", |
|
"echarts/renderers", |
|
"lodash-es", |
|
"nprogress", |
|
"path-to-regexp", |
|
"pinia", |
|
"print-js", |
|
"qrcode", |
|
"qs", |
|
"resize-observer-polyfill", |
|
"sortablejs", |
|
"tinymce/icons/default/icons", |
|
"tinymce/plugins/advlist", |
|
"tinymce/plugins/anchor", |
|
"tinymce/plugins/autolink", |
|
"tinymce/plugins/autosave", |
|
"tinymce/plugins/code", |
|
"tinymce/plugins/codesample", |
|
"tinymce/plugins/contextmenu", |
|
"tinymce/plugins/directionality", |
|
"tinymce/plugins/fullscreen", |
|
"tinymce/plugins/hr", |
|
"tinymce/plugins/image", |
|
"tinymce/plugins/insertdatetime", |
|
"tinymce/plugins/link", |
|
"tinymce/plugins/lists", |
|
"tinymce/plugins/media", |
|
"tinymce/plugins/nonbreaking", |
|
"tinymce/plugins/noneditable", |
|
"tinymce/plugins/pagebreak", |
|
"tinymce/plugins/paste", |
|
"tinymce/plugins/preview", |
|
"tinymce/plugins/print", |
|
"tinymce/plugins/save", |
|
"tinymce/plugins/searchreplace", |
|
"tinymce/plugins/spellchecker", |
|
"tinymce/plugins/tabfocus", |
|
"tinymce/plugins/table", |
|
"tinymce/plugins/template", |
|
"tinymce/plugins/textcolor", |
|
"tinymce/plugins/textpattern", |
|
"tinymce/plugins/visualblocks", |
|
"tinymce/plugins/visualchars", |
|
"tinymce/plugins/wordcount", |
|
"tinymce/themes/silver", |
|
"tinymce/tinymce", |
|
"vditor", |
|
"vue", |
|
"vue-i18n", |
|
"vue-router", |
|
"vue-types", |
|
"vxe-table", |
|
"vxe-table-plugin-antd", |
|
"vxe-table-plugin-export-xlsx", |
|
"xe-utils" |
|
] |
|
} |
|
} |
|
}
|
|
|