/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
frontend/utils/package.json
45 строк
1 KB
Lukas Masuch
Consolidate `prettier` dependencies to frontend workspace root (#13902)
11 фев 2026, 21:51
Не верифицирован
11 фев 2026, 21:51
9b73d18
Код
Авторство
О чём код?
{ "name": "@streamlit/utils", "version": "1.54.0", "license": "Apache-2.0", "private": true, "type": "module", "main": "./dist/streamlit-utils.cjs.js", "module": "./dist/streamlit-utils.es.js", "browser": "./dist/streamlit-utils.umd.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/streamlit-utils.es.js", "require": "./dist/streamlit-utils.cjs.js", "default": "./dist/streamlit-utils.umd.js" } }, "scripts": { "build": "vite build", "buildWatch": "env DEV_WATCH=1 vite build --watch", "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", "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" }, "devDependencies": { "typesync": "^0.14.3", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", "vite-tsconfig-paths": "^6.0.5", "vitest": "^4.0.18" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }