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.
59 lines
1.5 KiB
59 lines
1.5 KiB
{
|
|
"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",
|
|
"type": "module",
|
|
"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.2",
|
|
"vite": "^5.2.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"ant-design-vue": "^4.2.1",
|
|
"dayjs": "^1.11.10",
|
|
"dotenv": "^16.4.5",
|
|
"fs-extra": "^11.2.0",
|
|
"less": "^4.2.0",
|
|
"picocolors": "^1.0.0",
|
|
"pkg-types": "^1.1.0",
|
|
"postcss": "^8.4.38",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"sass": "^1.75.0",
|
|
"unocss": "0.60.4",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-dts": "^3.9.0",
|
|
"vite-plugin-html": "^3.2.2",
|
|
"vite-plugin-purge-icons": "^0.10.0",
|
|
"vite-plugin-svg-icons": "^2.0.1"
|
|
}
|
|
}
|
|
|