@roots/bud-dashboard
Version:
bud.js core module
99 lines • 2.25 kB
JSON
{
"name": "@roots/bud-dashboard",
"version": "6.24.0",
"description": "bud.js core module",
"engines": {
"node": ">=16"
},
"contributors": [
{
"email": "developers@tinypixel.dev",
"name": "Kelly Mears",
"url": "https://github.com/kellymears"
},
{
"email": "ben@benword.com",
"name": "Ben Word",
"url": "https://github.com/retlehs"
},
{
"name": "QWp6t",
"url": "https://github.com/QWp6t"
},
{
"email": "brandon@tendency.me",
"name": "Brandon",
"url": "https://github.com/Log1x"
}
],
"license": "MIT",
"homepage": "https://roots.io/bud",
"repository": {
"type": "git",
"url": "https://github.com/roots/bud.git",
"directory": "sources/@roots/bud-dashboard"
},
"bugs": "https://github.com/roots/bud/issues",
"keywords": [
"bud",
"bud-framework"
],
"files": [
"docs",
"lib",
"src"
],
"type": "module",
"exports": {
".": "./lib/index.js",
"./application": "./lib/application.js",
"./components/*": "./lib/components/*.js",
"./helpers/*": "./lib/helpers/*.js",
"./hooks/*": "./lib/hooks/*.js",
"./service": "./lib/service.js",
"./views/*": "./lib/views/*.js"
},
"typesVersions": {
"*": {
".": [
"./lib/index.d.ts"
],
"application": [
"./lib/application.d.ts"
],
"components/*": [
"./lib/components/*.d.ts"
],
"helpers/*": [
"./lib/helpers/*.d.ts"
],
"hooks/*": [
"./lib/hooks/*.d.ts"
],
"service": [
"./lib/service.d.ts"
],
"views/*": [
"./lib/views/*.d.ts"
]
}
},
"types": "./lib/index.d.ts",
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.16.10",
"@types/react": "18.3.10",
"ink-testing-library": "patch:ink-testing-library@npm%3A3.0.0#~/.yarn/patches/ink-testing-library-npm-3.0.0-c20aad0bd9.patch",
"vitest": "1.6.0",
"webpack": "5.95.0"
},
"dependencies": {
"@roots/bud-framework": "6.24.0",
"@roots/bud-support": "6.24.0",
"tslib": "2.7.0"
},
"volta": {
"extends": "../../../package.json"
}
}