@aws-northstar/ui
Version:
NorthStar Design System v2
70 lines (69 loc) • 1.93 kB
JSON
{
"name": "@aws-northstar/ui",
"version": "1.4.2",
"description": "NorthStar Design System v2",
"main": "index.js",
"types": "index.d.ts",
"homepage": "https://aws.github.io/aws-northstar/",
"keywords": [
"ui",
"design-system",
"front-end",
"web",
"react",
"react-component",
"aws-northstar"
],
"author": "Amazon Web Services",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-northstar"
},
"dependencies": {
"@aws-crypto/sha256-js": "^5.0.0",
"@aws-sdk/client-cognito-identity": "^3.357.0",
"@aws-sdk/client-cognito-identity-provider": "^3.357.0",
"@aws-sdk/credential-provider-cognito-identity": "^3.357.0",
"@aws-sdk/protocol-http": "^3.357.0",
"@aws-sdk/querystring-parser": "^3.357.0",
"@aws-sdk/signature-v4": "^3.357.0",
"@aws-sdk/types": "^3.357.0",
"@cloudscape-design/collection-hooks": "^1.0.21",
"@cloudscape-design/design-tokens": "^3.0.11",
"@cloudscape-design/global-styles": "^1.0.12",
"@data-driven-forms/react-form-renderer": "^3.21.4",
"@types/uuid": "^9.0.0",
"amazon-cognito-identity-js": "^6.2.0",
"cross-fetch": "^3.1.6",
"lodash": "^4.17.21",
"react-markdown": "^8.0.5",
"react-qr-code": "^2.0.11",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0"
},
"peerDependencies": {
"@cloudscape-design/components": "^3",
"@tanstack/react-query": "^4.35.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-router-dom": "^5",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}