mirror of
https://github.com/directus/directus.git
synced 2026-01-25 10:28:07 -05:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "@directus/composables",
|
|
"version": "10.0.2",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.prod.json",
|
|
"dev": "tsc --watch",
|
|
"test": "vitest --watch=false"
|
|
},
|
|
"description": "Shared Vue composables for Directus use",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/directus/directus.git",
|
|
"directory": "packages/composables"
|
|
},
|
|
"funding": "https://github.com/directus/directus?sponsor=1",
|
|
"license": "MIT",
|
|
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/tsconfig": "0.0.7",
|
|
"@directus/types": "workspace:*",
|
|
"@types/lodash-es": "4.17.7",
|
|
"@vitest/coverage-c8": "0.31.0",
|
|
"@vue/test-utils": "2.3.2",
|
|
"typescript": "5.0.4",
|
|
"vitest": "0.31.0"
|
|
},
|
|
"dependencies": {
|
|
"@directus/constants": "workspace:*",
|
|
"@directus/utils": "workspace:*",
|
|
"axios": "1.3.6",
|
|
"lodash-es": "4.17.21",
|
|
"nanoid": "4.0.2",
|
|
"vue": "3.3.2"
|
|
}
|
|
}
|