admin-vben/packages/@core/ui-kit/shadcn-ui/package.json

56 lines
1.3 KiB
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben-core/shadcn-ui",
2024-08-14 15:04:44 +00:00
"version": "5.1.0",
2024-05-19 13:20:42 +00:00
"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": "packages/@vben-core/uikit/shadcn-ui"
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-05-19 13:20:42 +00:00
"scripts": {
"build": "pnpm unbuild",
2024-05-19 13:20:42 +00:00
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"exports": {
".": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"default": "./dist/index.mjs"
2024-06-02 15:46:18 +00:00
},
"./*": {
"types": "./src/*/index.ts",
"development": "./src/*/index.ts",
"default": "./dist/*/index.mjs"
2024-05-19 13:20:42 +00:00
}
},
"publishConfig": {
"exports": {
".": {
"default": "./dist/index.mjs"
}
}
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@vben-core/icons": "workspace:*",
"@vben-core/shared": "workspace:*",
2024-05-19 13:20:42 +00:00
"@vben-core/typings": "workspace:*",
"@vueuse/core": "^11.0.0",
2024-05-19 13:20:42 +00:00
"class-variance-authority": "^0.7.0",
"lucide-vue-next": "^0.428.0",
chore(deps): bump the non-breaking-changes group with 5 updates (#4147) Bumps the non-breaking-changes group with 5 updates: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.8` | `15.2.9` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.236` | `2.2.237` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.0.1` | `50.2.0` | | [radix-vue](https://github.com/radix-vue/radix-vue) | `1.9.3` | `1.9.4` | | [axios](https://github.com/axios/axios) | `1.7.3` | `1.7.4` | Updates `lint-staged` from 15.2.8 to 15.2.9 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9) Updates `@iconify/json` from 2.2.236 to 2.2.237 - [Commits](https://github.com/iconify/icon-sets/compare/2.2.236...2.2.237) Updates `eslint-plugin-jsdoc` from 50.0.1 to 50.2.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.0.1...v50.2.0) Updates `radix-vue` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/radix-vue/radix-vue/releases) - [Commits](https://github.com/radix-vue/radix-vue/compare/v1.9.3...v1.9.4) Updates `axios` from 1.7.3 to 1.7.4 - [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.3...v1.7.4) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: "@iconify/json" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: radix-vue dependency-type: direct:production update-type: version-update:semver-patch 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-13 21:45:17 +00:00
"radix-vue": "^1.9.4",
"vue": "^3.4.38"
2024-05-19 13:20:42 +00:00
}
}