/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
frontend/lib/package.json
177 строк
6 KB
Lukas Masuch
Consolidate `prettier` dependencies to frontend workspace root (#13902)
11 фев 2026, 21:51
Не верифицирован
11 фев 2026, 21:51
9b73d18
Код
Авторство
О чём код?
{ "name": "@streamlit/lib", "version": "1.54.0", "private": true, "license": "Apache-2.0", "type": "module", "main": "./dist/streamlit-lib.cjs.js", "module": "./dist/streamlit-lib.es.js", "browser": "./dist/streamlit-lib.umd.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/streamlit-lib.es.js", "require": "./dist/streamlit-lib.cjs.js", "default": "./dist/streamlit-lib.umd.js" } }, "sideEffects": [ "./src/index.ts" ], "files": [ "dist" ], "scripts": { "build": "env NODE_OPTIONS=--max_old_space_size=8192 vite build", "typecheck": "yarn run typecheck:all", "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", "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": { "@deck.gl/aggregation-layers": "^9.1.14", "@deck.gl/carto": "^9.1.14", "@deck.gl/core": "^9.1.14", "@deck.gl/geo-layers": "^9.1.14", "@deck.gl/json": "^9.1.14", "@deck.gl/layers": "^9.1.14", "@deck.gl/mesh-layers": "^9.1.14", "@deck.gl/react": "^9.1.14", "@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/cache": "^11.13.5", "@emotion/is-prop-valid": "^1.4.0", "@emotion/react": "^11.13.5", "@emotion/styled": "^11.14.1", "@glideapps/glide-data-grid": "6.0.4-alpha24", "@glideapps/glide-data-grid-cells": "6.0.4-alpha24", "@glideapps/glide-data-grid-source": "6.0.4-alpha24", "@loaders.gl/core": "^4.3.4", "@loaders.gl/csv": "^4.3.4", "@loaders.gl/gltf": "^4.3.4", "@sindresorhus/slugify": "^3.0.0", "@streamlit/component-v2-lib": "workspace:^", "@streamlit/protobuf": "workspace:^", "@streamlit/utils": "workspace:^", "apache-arrow": "^21.1.0", "axios": "^1.13.5", "baseui": "12.2.0", "classnames": "^2.3.2", "color2k": "^2.0.2", "d3": "^7.9.0", "d3-graphviz": "^5.6.0", "date-fns": "^4.1.0", "decamelize": "^6.0.1", "deck.gl": "^9.1.14", "dompurify": "^3.3.1", "hoist-non-react-statics": "^3.3.2", "immer": "^11.1.3", "json5": "^2.2.3", "katex": "^0.16.28", "lodash-es": "^4.17.23", "loglevel": "^1.9.2", "mapbox-gl": "^1.13.2", "mdast-util-find-and-replace": "^3.0.2", "moment": "^2.30.1", "moment-duration-format": "^2.3.2", "moment-timezone": "^0.6.0", "native-file-system-adapter": "^3.0.1", "node-emoji": "^2.2.0", "numbro": "^2.5.0", "plotly.js": "^3.3.1", "protobufjs": "^8.0.0", "query-string": "^9.3.1", "re-resizable": "^6.11.2", "react-color": "^2.18.1", "react-dropzone": "^14.4.0", "react-feather": "^2.0.10", "react-json-view": "^1.19.1", "react-map-gl": "^5.3.21", "react-markdown": "^10.1.0", "react-plotly.js": "^2.6.0", "react-responsive-carousel": "^3.2.23", "react-select": "^5.10.2", "react-syntax-highlighter": "^16.1.0", "react-webcam": "7.2.0", "react-window": "^1.8.11", "rehype-katex": "^7.0.1", "rehype-raw": "^7.0.0", "remark-directive": "^4.0.0", "remark-emoji": "^5.0.2", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "styletron-react": "^6.1.0", "typed-signals": "^3.0.0", "ua-parser-js": "^1.0.41", "unified": "^11.0.5", "unist-util-visit": "^5.1.0", "urlpattern-polyfill": "^10.1.0", "uuid": "^13.0.0", "vega": "^6.2.0", "vega-embed": "^7.1.0", "vega-interpreter": "^2.2.1", "vega-lite": "6.4.2", "wavesurfer.js": "^7.11.1", "xxhashjs": "^0.2.2" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "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/d3": "^7.4.3", "@types/d3-graphviz": "^2.6.10", "@types/hoist-non-react-statics": "~3.3.7", "@types/katex": "~0.16.8", "@types/lodash-es": "~4.17.12", "@types/mapbox-gl": "~1.13.10", "@types/moment-duration-format": "~2.2.7", "@types/plotly.js": "^3.0.9", "@types/react": "^18.2.0", "@types/react-color": "^3.0.13", "@types/react-dom": "^18.2.0", "@types/react-plotly.js": "^2.6.4", "@types/react-syntax-highlighter": "^15.5.5", "@types/react-window": "~1.8.8", "@types/ua-parser-js": "^0.7.39", "@types/uuid": "^11.0.0", "@types/wavesurfer.js": "^6.0.12", "@types/xxhashjs": "^0.2.2", "@vitejs/plugin-react-swc": "^4.2.3", "axios-mock-adapter": "^2.1.0", "node-fetch": "3.3.2", "postinstall-postinstall": "^2.1.0", "timezone-mock": "^1.4.0", "tsc-alias": "^1.8.16", "typesync": "^0.14.3", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", "vite-plugin-svgr": "^4.5.0", "vite-tsconfig-paths": "^6.0.5", "vitest": "^4.0.18", "vitest-canvas-mock": "^1.1.2", "vitest-fetch-mock": "^0.4.5" }, "resolutions": { "ua-parser-js": "^1.0.40" } }