Files
directus/packages/components/package.json
dependabot[bot] 92c1158155 Bump rollup-plugin-node-externals from 7.0.1 to 7.1.1 (#22033)
Bumps [rollup-plugin-node-externals](https://github.com/Septh/rollup-plugin-node-externals) from 7.0.1 to 7.1.1.
- [Release notes](https://github.com/Septh/rollup-plugin-node-externals/releases)
- [Commits](https://github.com/Septh/rollup-plugin-node-externals/compare/v7.0.1...v7.1.1)

---
updated-dependencies:
- dependency-name: rollup-plugin-node-externals
  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>
2024-04-01 09:51:27 +02:00

54 lines
1.2 KiB
JSON

{
"name": "@directus/components",
"version": "0.0.7",
"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.14",
"@vitejs/plugin-vue": "5.0.4",
"@vitest/coverage-v8": "1.4.0",
"histoire": "0.17.14",
"pinia": "2.1.7",
"rollup-plugin-node-externals": "7.1.1",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite-plugin-dts": "3.8.1",
"vitest": "1.3.1",
"vue": "3.4.21",
"vue-i18n": "9.10.2",
"vue-router": "4.3.0"
},
"peerDependencies": {
"pinia": "2",
"vue": "^3.4",
"vue-i18n": "9",
"vue-router": "4"
}
}