/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/plasma-core/package.json
83 строки
3 KB
Salute Frontend Team
Bump independent versions [skip ci]
29 апр 2026, 13:44
29 апр 2026, 13:44
1966610
Код
Авторство
О чём код?
{ "name": "@salutejs/plasma-core", "version": "1.224.0", "description": "Core library for Plasma: Salute Design System.", "author": "Salute Frontend Team <salute.developers@gmail.com>", "license": "MIT", "main": "index.js", "module": "es/index.js", "types": "index.d.ts", "dependencies": { "@popperjs/core": "2.9.2", "@salutejs/plasma-typo": "0.42.0", "focus-visible": "5.2.0", "lodash.throttle": "4.1.1", "react-draggable": "4.4.3", "react-popper": "2.3.0" }, "devDependencies": { "@babel/cli": "7.24.1", "@babel/core": "7.24.4", "@babel/plugin-transform-class-properties": "7.24.1", "@babel/plugin-transform-react-constant-elements": "7.24.1", "@babel/preset-env": "7.24.4", "@babel/preset-react": "7.24.1", "@babel/preset-typescript": "7.24.1", "@microsoft/api-extractor": "7.38.3", "@salutejs/plasma-cy-utils": "0.154.0", "@types/jest": "27.0.1", "@types/lodash.throttle": "4.1.6", "@types/node": "15.14.9", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "@types/resize-observer-browser": "0.1.7", "@types/styled-components": "5.1.0", "babel-loader": "8.2.2", "babel-plugin-annotate-pure-calls": "0.4.0", "babel-plugin-styled-components": "1.13.2", "full-icu": "1.3.4", "jest": "27.1.0", "react": "18.2.0", "react-dom": "18.2.0", "styled-components": "5.3.1", "ts-jest": "27.0.5", "ts-node": "10.2.1", "typescript-coverage-report": "0.7.0" }, "peerDependencies": { "react": ">=16.13.1", "react-dom": ">=16.13.1", "styled-components": "^5.1.1" }, "publishConfig": { "access": "public" }, "scripts": { "preapi-report": "npm run generate:typings", "api-report": "npx api-extractor run --local", "prepare": "npm run build", "prebuild": "rm -rf ./components ./es ./hocs ./hooks ./mixins ./tokens ./types ./utils index.js index.js.map index.d.ts index.d.ts.map", "build": "npm run build:cjs && npm run build:esm", "postbuild": "npm run generate:typings", "build:cjs": "swc ./src -d . --strip-leading-paths -C module.type=commonjs --config-file ../../swc.config.json", "build:esm": "swc ./src -d ./es --strip-leading-paths -C module.type=es6 --config-file ../../swc.config.json", "generate:typings": "tsc --outDir . --emitDeclarationOnly", "test": "NODE_ICU_DATA=node_modules/full-icu jest", "test:watch": "NODE_ICU_DATA=node_modules/full-icu jest --watch", "typescript-coverage": "npx typescript-coverage-report > /dev/null", "build:watch": "npm run build:esm -- --watch", "lint": "../../node_modules/.bin/eslint ./src --ext .js,.ts,.tsx --quiet" }, "typeCoverage": { "ignoreFiles": [ "src/**/*component-test.tsx" ], "atLeast": 99 }, "contributors": [ "Vasiliy Loginevskiy", "Виноградов Антон Александрович", "Зубаиров Фаниль Асхатович" ], "sideEffects": false }