mirror of
https://github.com/directus/directus.git
synced 2026-01-10 11:57:55 -05:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@directus/components",
|
|
"version": "1.0.1",
|
|
"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": "3.0.0",
|
|
"@histoire/plugin-vue": "0.17.17",
|
|
"@vitejs/plugin-vue": "5.2.1",
|
|
"@vitest/coverage-v8": "2.1.8",
|
|
"histoire": "0.17.17",
|
|
"pinia": "2.3.0",
|
|
"rollup-plugin-node-externals": "8.0.0",
|
|
"typescript": "5.7.2",
|
|
"vite": "5.4.11",
|
|
"vite-plugin-dts": "4.4.0",
|
|
"vitest": "2.1.8",
|
|
"vue": "3.5.13",
|
|
"vue-i18n": "11.0.1",
|
|
"vue-router": "4.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"pinia": "2",
|
|
"vue": "^3.4",
|
|
"vue-i18n": "11",
|
|
"vue-router": "4"
|
|
}
|
|
}
|