admin-vben/internal/vite-config/package.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/vite-config",
2024-06-16 15:50:17 +00:00
"version": "5.0.0",
2024-05-19 13:20:42 +00:00
"private": true,
"homepage": "https://github.com/vbenjs/vue-vben-admin",
2024-06-16 15:56:20 +00:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-19 13:20:42 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/vite-config"
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-05-19 13:20:42 +00:00
"scripts": {
"stub": "pnpm unbuild --stub"
},
"files": [
"dist"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./src/index.ts",
2024-05-19 13:20:42 +00:00
"default": "./dist/index.mjs"
}
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
2024-07-12 14:23:41 +00:00
"@jspm/generator": "^2.1.2",
2024-05-19 13:20:42 +00:00
"cheerio": "1.0.0-rc.12",
2024-07-31 14:11:24 +00:00
"get-port": "^7.1.0",
2024-05-19 13:20:42 +00:00
"html-minifier-terser": "^7.2.0",
"nitropack": "^2.9.7",
2024-05-19 13:20:42 +00:00
"resolve.exports": "^2.0.2",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-pwa": "^0.20.1",
"vite-plugin-vue-devtools": "^7.3.7"
2024-05-19 13:20:42 +00:00
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.2",
"@vben/node-utils": "workspace:*",
chore(deps): bump the non-breaking-changes group across 1 directory with 4 updates (#3998) Bumps the non-breaking-changes group with 4 updates in the / directory: [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue), [pinia](https://github.com/vuejs/pinia), [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) and [axios](https://github.com/axios/axios). Updates `@vitejs/plugin-vue` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.2/packages/plugin-vue) Updates `pinia` from 2.1.7 to 2.2.0 - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.1.7...pinia@2.2.0) Updates `lucide-vue-next` from 0.418.0 to 0.419.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.419.0/packages/lucide-vue-next) Updates `axios` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: lucide-vue-next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 23:18:03 +00:00
"@vitejs/plugin-vue": "^5.1.2",
2024-06-01 14:17:52 +00:00
"@vitejs/plugin-vue-jsx": "^4.0.0",
"dayjs": "^1.11.12",
2024-05-19 13:20:42 +00:00
"dotenv": "^16.4.5",
2024-08-01 12:50:45 +00:00
"rollup": "^4.19.2",
2024-05-19 13:20:42 +00:00
"rollup-plugin-visualizer": "^5.12.0",
2024-07-12 14:23:41 +00:00
"sass": "^1.77.8",
"vite": "^5.3.5",
2024-05-19 13:20:42 +00:00
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "4.0.0-beta.2",
2024-06-30 06:09:44 +00:00
"vite-plugin-html": "^3.2.2"
2024-05-19 13:20:42 +00:00
}
}