/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
frontend/app/package.json
128 строк
4 KB
Lukas Masuch
Consolidate `prettier` dependencies to frontend workspace root (#13902)
11 фев 2026, 21:51
Не верифицирован
11 фев 2026, 21:51
9b73d18
Код
Авторство
О чём код?
{ "name": "@streamlit/app", "version": "1.54.0", "license": "Apache-2.0", "private": true, "type": "module", "homepage": "./", "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'", "start": "vite", "build": "env NODE_OPTIONS=--max_old_space_size=8192 vite build", "buildWithProfiler": "env NODE_OPTIONS=--max_old_space_size=8192 IS_PROFILER_BUILD=1 vite build", "preview": "vite preview", "test": "vitest run", "testWatch": "vitest", "lint": "yarn run -T eslint --cache --max-warnings 0 src", "lint:fix": "yarn run -T eslint --cache --max-warnings 0 --fix src", "typecheck": "yarn run typecheck:all", "lighthouse:run": "node ./performance/lighthouse/run.mjs", "format": "yarn run -T prettier --write --config ../.prettierrc --ignore-path ../.prettierignore './src/**/*.{js,ts,jsx,tsx}'", "formatCheck": "yarn run -T prettier --check --cache --config ../.prettierrc --ignore-path ../.prettierignore './src/**/*.{js,ts,jsx,tsx}'", "typesync": "typesync", "typesync:ci": "typesync --dry=fail" }, "dependencies": { "@emotion-icons/emotion-icon": "^4.1.0", "@emotion-icons/material-outlined": "^3.14.0", "@emotion-icons/material-rounded": "^3.14.0", "@emotion-icons/open-iconic": "^3.14.0", "@emotion/react": "^11.13.5", "@emotion/serialize": "^1.1.3", "@emotion/styled": "^11.14.1", "@streamlit/connection": "workspace:^", "@streamlit/lib": "workspace:^", "@streamlit/protobuf": "workspace:^", "@streamlit/utils": "workspace:^", "@types/react-helmet-async": "^1.0.3", "baseui": "12.2.0", "classnames": "^2.3.2", "color2k": "^2.0.2", "hoist-non-react-statics": "^3.3.2", "humanize-string": "^3.1.0", "iframe-resizer": "4.3.11", "immer": "^11.1.3", "lodash-es": "^4.17.23", "loglevel": "^1.9.2", "moment": "^2.29.4", "rc-overflow": "^1.5.0", "re-resizable": "^6.11.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-feather": "^2.0.10", "react-helmet-async": "^2.0.5", "react-hot-keys": "^2.7.3", "react-transition-group": "^4.4.5", "sass": "^1.58.0", "styletron-engine-atomic": "^1.5.0", "styletron-react": "^6.1.0", "typed-signals": "^3.0.0", "ua-parser-js": "^1.0.41", "uuid": "^13.0.0" }, "devDependencies": { "@swc/plugin-emotion": "^14.4.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/hoist-non-react-statics": "^3.3.7", "@types/iframe-resizer": "~4.0.0", "@types/jsdom": "~21.1.7", "@types/lodash-es": "~4.17.12", "@types/node": ">=24 <25", "@types/prop-types": "~15.7.15", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@types/react-transition-group": "^4.4.12", "@types/styletron-engine-atomic": "^1.1.1", "@types/styletron-react": "^5.0.3", "@types/ua-parser-js": "^0.7.39", "@types/uuid": "^11.0.0", "@vitejs/plugin-react-swc": "^4.2.3", "axios-mock-adapter": "^2.1.0", "buffer": "^6.0.3", "chrome-launcher": "^1.2.1", "jsdom": "24.1.3", "lighthouse": "^13.0.1", "prop-types": "^15.7.2", "source-map-explorer": "^2.5.3", "tree-kill": "^1.2.2", "tsconfig-paths-webpack-plugin": "^4.2.0", "typesync": "^0.14.3", "util": "^0.12.5", "vite": "^7.3.1", "vite-bundle-analyzer": "^1.3.6", "vite-plugin-svgr": "^4.5.0", "vite-plugin-terminal": "^1.4.0", "vite-tsconfig-paths": "^6.0.5", "vitest": "^4.0.18", "vitest-canvas-mock": "^1.1.2", "vitest-websocket-mock": "^0.5.0" }, "resolutions": { "@types/react": "^18.2.0", "ansi-regex": "^5.0.1", "async": "^3.2.3", "bl": "^6.0.0", "browserslist": "^4.21.5", "ejs": "^3.1.7", "glob-parent": "^6.0.2", "immer": "^10.1.1", "ini": "^3.0.1", "kind-of": "^6.0.3", "minimatch": "^6.1.6", "query-string": "^8.1.0", "set-value": "^4.0.1", "static-eval": "^2.0.5", "ua-parser-js": "^1.0.40", "ws": "^8.11.0", "y18n": "^5.0.8" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }