/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.5.0
benchmark/package.json
42 строки
2 KB
renovate[bot]
Bump styled-components to ^6.1.14 (#44944)
06 янв 2025, 13:01
Не верифицирован
06 янв 2025, 13:01
20be6c4
Код
Авторство
О чём код?
{ "name": "benchmark", "version": "5.0.0", "private": true, "scripts": { "browser": "pnpm webpack --config browser/webpack.config.js && node browser/scripts/benchmark.js", "server:core": "cd ../ && cross-env NODE_ENV=production BABEL_ENV=benchmark babel-node benchmark/server/scenarios/core.js --inspect=0.0.0.0:9229 --extensions \".tsx,.ts,.js\"", "server:docs": "cd ../ && cross-env NODE_ENV=production BABEL_ENV=benchmark babel-node benchmark/server/scenarios/docs.js --inspect=0.0.0.0:9229 --extensions \".tsx,.ts,.js\"", "server:server": "cd ../ && cross-env NODE_ENV=production BABEL_ENV=benchmark babel-node benchmark/server/scenarios/server.js --inspect=0.0.0.0:9229 --extensions \".tsx,.ts,.js\"", "server:styles": "cd ../ && cross-env NODE_ENV=production BABEL_ENV=benchmark babel-node benchmark/server/scenarios/styles.js --inspect=0.0.0.0:9229 --extensions \".tsx,.ts,.js\"", "server:system": "cd ../ && cross-env NODE_ENV=production BABEL_ENV=benchmark babel-node benchmark/server/scenarios/system.js --inspect=0.0.0.0:9229 --extensions \".tsx,.ts,.js\"" }, "dependencies": { "@babel/runtime": "^7.26.0", "@chakra-ui/system": "^2.6.2", "@emotion/react": "^11.13.5", "@emotion/server": "^11.11.0", "@emotion/styled": "^11.13.5", "@mui/material": "workspace:^", "@mui/styles": "workspace:^", "@mui/system": "workspace:^", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "docs": "workspace:^", "express": "^4.21.2", "fs-extra": "^11.2.0", "jss": "^10.10.0", "playwright": "^1.48.2", "prop-types": "^15.8.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-is": "^19.0.0", "react-jss": "^10.10.0", "react-redux": "^9.2.0", "redux": "^5.0.1", "serve-handler": "^6.1.6", "styled-components": "^6.1.14", "styled-system": "^5.1.5", "theme-ui": "^0.17.1", "webpack": "^5.97.1" } }