/
sbertech
/
ui-kit-ce
Обзор
Документация
Войти
/
sbertech
/
ui-kit-ce
Код
Запросы
6
Задачи
0
Вики
Пакеты
71
Релизы
16
CI/CD
Аналитика
Безопасность
develop
package.json
138 строк
5 KB
Denis Svyatovets
feat(date-picker): добавлена возможность выставлять значения пикера вручную без закрытия окна
10 фев 2026, 18:20
f64aa3f
О чём код?
{ "name": "v-uik", "version": "1.0.0", "description": "", "private": true, "engines": { "node": ">=20" }, "workspaces": [ "packages/*", "docs/*" ], "scripts": { "lint": "yarn run lint:prettier && yarn run lint:eslint", "lint:changed": "yarn run lint:prettier && yarn run lint:eslint:changed", "lint:fix": "yarn run lint:prettier:fix && yarn run lint:eslint:fix", "lint:fix:changed": "yarn run lint:prettier:fix && yarn run lint:eslint:fix:changed", "lint:eslint": "eslint packages/** --cache", "lint:eslint:changed": "eslint $(git diff --name-only HEAD --diff-filter=ACMRTUXB) --cache", "lint:eslint:fix": "eslint packages/** --fix --cache --no-error-on-unmatched-pattern", "lint:eslint:fix:changed": "eslint $(git diff --name-only HEAD --diff-filter=ACMRTUXB) --fix --cache --no-error-on-unmatched-pattern", "lint:prettier": "prettier --loglevel=warn --check .", "lint:prettier:fix": "prettier --loglevel=warn --write .", "clean": "lerna run clean", "rm:lock": "lerna run rm:lock", "test": "cross-env TZ=UTC TESTING=true jest", "test:e2e": "yarn playwright test", "test:unit": "cross-env TZ=UTC jest", "test:unit:date-picker": "cross-env TZ=UTC jest --testPathPattern packages/date-picker", "test:unit:additional-date-adapters": "node ./scripts/test-additional-date-adapters.js", "test:build": "yarn tsc --project tsconfig.examples.json", "ci:sonar:testCoverage": "cross-env TZ=UTC jest --collect-coverage", "ci:test:e2e": "cross-env CI=true yarn run test:e2e", "build": "lerna run build", "publish": "lerna publish", "icons-preview:build": "lerna run --stream --scope @v-uik/icons-preview wpbuild", "showroom": "lerna run --stream --scope @v-uik/showroom start", "showroom:build": "yarn gen-dts-for-monaco && yarn icons-preview:build && lerna run build --scope @v-uik/showroom", "commit": "cz", "generate": "hygen generator package", "gen-dts-for-monaco": "node ./scripts/gen-dts-for-monaco.js", "postinstall": "node ./scripts/theme-parser/update-in-storybook.js && lerna run import-icons" }, "author": "", "license": "GitVerse-1.0", "simple-git-hooks": { "commit-msg": "yarn commitlint --edit $1" }, "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } }, "dependencies": { "core-js": "^3.9.0" }, "devDependencies": { "@commitlint/cli": "^14.1.0", "@commitlint/config-conventional": "^14.1.0", "@commitlint/cz-commitlint": "^14.1.0", "@playwright/experimental-ct-react17": "1.49.1", "@playwright/test": "1.49.1", "@swc/core": "1.13.2", "@swc/jest": "0.2.39", "@testing-library/dom": "^8.5.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "11.2.7", "@testing-library/user-event": "^13.2.1", "@types/jest": "^26.0.14", "@types/react-transition-group": "^4.4.4", "@types/resize-observer-browser": "^0.1.6", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "allure-playwright": "2.0.0-beta.14", "commitizen": "^4.2.4", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-jsdoc": "50.4.3", "eslint-plugin-react": "^7.23.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-webpack-plugin": "^2.5.2", "glob": "^7.1.6", "hygen": "^6.1.0", "jest": "^26.6.3", "lerna": "^6.0.0", "npm-dts": "1.3.12", "prettier": "^2.2.1", "react": "^17.0.0", "react-dom": "^17.0.0", "react-jss": "^10.9.0", "shadow-dom-testing-library": "^1.13.1", "simple-git-hooks": "^2.7.0", "ts-node": "^9.0.0", "typescript": "^3.0.0" }, "resolutions": { "@types/node": "12.20.47", "@types/react": "17.0.40", "@types/react-dom": "17.0.9", "@types/babel__core": "7.1.18", "@types/eslint": "7.29.0", "@babel/core": "7.26.10", "@babel/parser": "7.26.10", "@babel/helpers": "7.26.10", "@babel/runtime": "7.26.10", "@babel/runtime-corejs3": "7.26.10", "@babel/plugin-proposal-decorators": "7.25.9", "@babel/plugin-transform-modules-systemjs": "7.25.9", "@testing-library/dom": "8.9.0", "string.prototype.matchall": "4.0.6", "electron-to-chromium": "1.4.87", "caniuse-lite": "1.0.30001317", "babel-loader": "8.2.3", "typescript": "3.9.10", "domhandler": "4.3.0", "minimist": "^1.2.8", "jake": "10.8.2", "cross-spawn": "7.0.6", "path-to-regexp": "0.1.12", "nanoid": "3.3.8", "store2": "2.14.4", "vite": "5.4.19", "webpack-dev-middleware": "^5.3.4", "semver": "^7.7.2", "tar": "^6.2.1", "micromatch": "^4.0.8", "esbuild": "^0.25.0", "@octokit/rest": "^19.0.13", "globby": "^11.1.0", "glob-parent": "^5.1.2", "json5": "^2.2.3", "postcss": "^8.5.6", "xml2js": "^0.6.2", "braces": "^3.0.3", "@npmcli/run-script": "^8.1.0", "@parcel/watcher": "^2.5.1" } }