Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@mui-internal/tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"typescript": "tsc -p tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime": "^7.28.4",
|
|
"@emotion/cache": "^11.14.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@mui/base": "5.0.0-beta.70",
|
|
"@mui/icons-material": "workspace:^",
|
|
"@mui/internal-test-utils": "workspace:^",
|
|
"@mui/joy": "workspace:*",
|
|
"@mui/lab": "workspace:*",
|
|
"@mui/material": "workspace:^",
|
|
"@mui/stylis-plugin-rtl": "workspace:^",
|
|
"@mui/system": "workspace:^",
|
|
"@mui/utils": "workspace:^",
|
|
"@playwright/test": "1.56.1",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@types/chai": "^5.2.3",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-is": "^19.2.0",
|
|
"@types/sinon": "^17.0.4",
|
|
"chai": "^6.0.1",
|
|
"docs": "workspace:^",
|
|
"es-toolkit": "^1.39.10",
|
|
"fast-glob": "^3.3.3",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"react-is": "^19.2.1",
|
|
"react-router": "^7.9.6",
|
|
"react-window": "^2.2.2",
|
|
"sinon": "^21.0.0",
|
|
"styled-components": "^6.1.19",
|
|
"stylis": "4.2.0",
|
|
"webfontloader": "^1.6.28",
|
|
"webpack": "^5.101.0",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@react-spring/web": "^10.0.3"
|
|
}
|
|
}
|