/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
frontend/component-v2-lib/package.json
60 строк
2 KB
Lukas Masuch
Consolidate `prettier` dependencies to frontend workspace root (#13902)
11 фев 2026, 21:51
Не верифицирован
11 фев 2026, 21:51
9b73d18
Код
Авторство
О чём код?
{ "name": "@streamlit/component-v2-lib", "version": "0.2.0", "description": "Support code for Streamlit Components v2", "type": "module", "main": "./dist/streamlit-component-v2-lib.mjs", "module": "./dist/streamlit-component-v2-lib.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/streamlit-component-v2-lib.mjs", "default": "./dist/streamlit-component-v2-lib.mjs" } }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "sideEffects": false, "publishConfig": { "access": "public", "provenance": true }, "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", "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": { "typescript": "^5.9.3", "typesync": "^0.14.3", "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4", "vite-tsconfig-paths": "^6.0.5", "vitest": "^4.0.18" }, "repository": { "type": "git", "url": "git+https://github.com/streamlit/streamlit.git" }, "keywords": [ "streamlit" ], "author": "Streamlit", "license": "Apache-2.0", "bugs": { "url": "https://github.com/streamlit/streamlit/issues" }, "homepage": "https://github.com/streamlit/streamlit#readme", "packageManager": "yarn@4.5.3" }