mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
626c54504e
* chore: update deps * fix: eslint * chore: update deps * chore: stylelint v16 * fix: stylelint * fix: typecheck * chore: node v18.12.0 * fix: type * fix: style * chore: up vue 3.4.3 * chore: prettier format --------- Co-authored-by: invalid w <wangjuesix@gmail.com>
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@vben/vite-config",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"bugs": {
|
|
"url": "https://github.com/vbenjs/vue-vben-admin/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
"directory": "internal/vite-config"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"clean": "pnpm rimraf .turbo node_modules dist",
|
|
"lint": "pnpm eslint .",
|
|
"stub": "pnpm unbuild --stub"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/colors": "^7.0.1",
|
|
"vite": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"ant-design-vue": "^4.0.8",
|
|
"dayjs": "^1.11.10",
|
|
"dotenv": "^16.3.1",
|
|
"fs-extra": "^11.2.0",
|
|
"less": "^4.2.0",
|
|
"picocolors": "^1.0.0",
|
|
"pkg-types": "^1.0.3",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"sass": "^1.69.6",
|
|
"unocss": "0.58.3",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-dts": "^3.7.0",
|
|
"vite-plugin-html": "^3.2.1",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-purge-icons": "^0.10.0",
|
|
"vite-plugin-svg-icons": "^2.0.1"
|
|
}
|
|
}
|