90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"name": "@backstage/ui",
|
|
"version": "0.15.0",
|
|
"backstage": {
|
|
"role": "web-library"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"homepage": "https://ui.backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/ui"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./css/styles.css": "./src/css/styles.css",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"package.json": [
|
|
"package.json"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/version-bridge": "workspace:^",
|
|
"@braintree/sanitize-url": "^7.1.2",
|
|
"@internationalized/date": "^3.12.0",
|
|
"@remixicon/react": ">=4.6.0 <4.9.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"clsx": "^2.1.1",
|
|
"marked": "^15.0.12",
|
|
"react-aria": "~3.48.0",
|
|
"react-aria-components": "~1.17.0",
|
|
"react-stately": "~3.46.0",
|
|
"use-sync-external-store": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/core-components": "workspace:^",
|
|
"@storybook/react-vite": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/use-sync-external-store": "^1.0.0",
|
|
"eslint-plugin-storybook": "^10.4.0",
|
|
"glob": "^13.0.0",
|
|
"globals": "^17.0.0",
|
|
"react": "^18.0.2",
|
|
"react-dom": "^18.0.2",
|
|
"react-router-dom": "^6.30.2",
|
|
"storybook": "^10.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^18.0.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.30.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|