/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
frontend/package.json
75 строк
2 KB
Lukas Masuch
Consolidate `prettier` dependencies to frontend workspace root (#13902)
11 фев 2026, 21:51
Не верифицирован
11 фев 2026, 21:51
9b73d18
Код
Авторство
О чём код?
{ "name": "streamlit", "version": "1.54.0", "private": true, "workspaces": [ "app", "component-v2-lib", "connection", "eslint-plugin-streamlit-custom", "lib", "protobuf", "typescript-config", "utils" ], "scripts": { "start": "yarn workspace @streamlit/app start", "buildWithProfiler": "yarn workspace @streamlit/app buildWithProfiler", "test": "vitest run", "testWatch": "vitest", "testCoverage": "vitest run --coverage", "format": "yarn workspaces foreach --all --parallel run format", "formatCheck": "yarn workspaces foreach --all --parallel run formatCheck", "lint": "yarn workspaces foreach --all --parallel run lint", "lint:fix": "yarn workspaces foreach --all --parallel run lint:fix" }, "resolutions": { "@types/node": ">=24 <25", "d3-color": "^3.1.0", "dompurify": "^3.2.4", "prismjs": "^1.30.0", "@protobufjs/inquire@npm:^1.1.0": "patch:@protobufjs/inquire@npm%3A1.1.0#~/.yarn/patches/@protobufjs-inquire-npm-1.1.0-3c7759e9ce.patch", "@swc/core": "^1.15.3", "@typescript-eslint/utils": "^8.52.0", "@typescript-eslint/scope-manager": "^8.52.0", "@typescript-eslint/types": "^8.52.0" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "packageManager": "yarn@4.5.3", "devDependencies": { "@bufbuild/buf": "^1.50.0", "@eslint-react/eslint-plugin": "^2.9.4", "@eslint/compat": "^2.0.2", "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.2", "@playwright/cli": "^0.0.65", "@types/eslint": "^9.6.1", "@types/eslint-plugin-jsx-a11y": "~6.10.1", "@types/eslint-plugin-prettier": "~3.1.3", "@vitest/coverage-v8": "^4.0.18", "@vitest/eslint-plugin": "^1.6.5", "concurrently": "^9.2.1", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-lodash": "^8.0.0", "eslint-plugin-no-relative-import-paths": "^1.6.1", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-streamlit-custom": "workspace:^", "eslint-plugin-testing-library": "^7.15.4", "globals": "^17.1.0", "jiti": "^2.6.1", "prettier": "^3.8.1", "typescript-eslint": "^8.54.0", "vitest": "^4.0.18" } }