mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Bumps [vue-router](https://github.com/vuejs/router) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.3.3...v4.4.0) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@directus/components",
|
|
"version": "0.0.9",
|
|
"description": "Component for Directus",
|
|
"homepage": "https://directus.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/directus/directus.git",
|
|
"directory": "packages/components"
|
|
},
|
|
"funding": "https://github.com/directus/directus?sponsor=1",
|
|
"license": "MIT",
|
|
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite build --watch",
|
|
"story:build": "histoire build",
|
|
"story:dev": "histoire dev",
|
|
"story:preview": "histoire preview"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/tsconfig": "workspace:*",
|
|
"@histoire/plugin-vue": "0.17.17",
|
|
"@vitejs/plugin-vue": "5.0.4",
|
|
"@vitest/coverage-v8": "1.5.3",
|
|
"histoire": "0.17.17",
|
|
"pinia": "2.1.7",
|
|
"rollup-plugin-node-externals": "7.1.2",
|
|
"typescript": "5.4.5",
|
|
"vite": "5.2.11",
|
|
"vite-plugin-dts": "3.9.1",
|
|
"vitest": "1.5.3",
|
|
"vue": "3.4.27",
|
|
"vue-i18n": "9.13.1",
|
|
"vue-router": "4.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"pinia": "2",
|
|
"vue": "^3.4",
|
|
"vue-i18n": "9",
|
|
"vue-router": "4"
|
|
}
|
|
}
|