mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
26 lines
610 B
JSON
26 lines
610 B
JSON
{
|
|
"name": "@nebula.js/ui",
|
|
"private": true,
|
|
"version": "6.0.0-alpha.5",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "QlikTech International AB",
|
|
"keywords": [],
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^6.5.0",
|
|
"@mui/material": "^6.5.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^6.5.0",
|
|
"@mui/material": "^6.5.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
}
|
|
}
|