aws-northstar
Version:
NorthStar Design System
78 lines (77 loc) • 2.11 kB
JSON
{
"name": "aws-northstar",
"version": "1.3.25",
"description": "NorthStar Design System",
"main": "index.js",
"types": "index.d.ts",
"module": "esm/index.js",
"homepage": "https://northstar.aws-prototyping.cloud/",
"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": {
"@data-driven-forms/react-form-renderer": "^3.20.2",
"@date-io/date-fns": "^1.3.1",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"@material-ui/system": "4.11.3",
"@types/react-syntax-highlighter": "11.0.5",
"@types/react-table": "7.7.14",
"@types/uuid": "^9.0.1",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"html-react-parser": "^3.0.9",
"react-markdown": "^6.0.3",
"react-syntax-highlighter": "^15.5.0",
"react-table": "7.8.0",
"react-use-localstorage": "^3.4.1",
"recharts": "^2.1.16",
"remark-code-blocks": "^2.0.1",
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"use-debounce": "^9.0.2",
"uuid": "^9.0.0"
},
"peerDependencies": {
"@types/plotly.js": "^2.12.10",
"@types/react": "^16.9.19 || ^17.0.0",
"@types/react-dom": "^16.9.5 || ^17.0.0",
"@types/react-plotly.js": "^2.5.2",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"plotly.js": "^2.16.4",
"react": "^16.12.0 || ^17.0.0",
"react-dom": "^16.12.0 || ^17.0.0",
"react-map-gl": "^6.1.20",
"react-pivottable": "^0.11.0",
"react-plotly.js": "^2.6.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}