UNPKG

@ssa-ui-kit/widgets

Version:
90 lines 2.54 kB
{ "name": "@ssa-ui-kit/widgets", "version": "3.11.0", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js", "default": "./dist/index.js" } }, "private": false, "sideEffects": false, "author": "SSA Group", "license": "MIT", "description": "SSA UI Kit widgets", "keywords": [ "react", "SSA UI Kit", "widgets", "ui" ], "repository": { "type": "git", "url": "https://github.com/ssagroup/ui-kit.git", "directory": "packages/widgets" }, "files": [ "dist" ], "dependencies": { "@floating-ui/react": "0.27.4", "dotenv": "16.0.3", "loose-envify": "1.4.0", "@ssa-ui-kit/core": "^3.11.0", "@ssa-ui-kit/hooks": "^3.11.0", "@ssa-ui-kit/utils": "^3.11.0" }, "browserslist": [ ">0.1%", "not dead", "not op_mini all" ], "devDependencies": { "@emotion/css": "11.13.5", "@emotion/jest": "11.14.2", "@emotion/react": "11.14.0", "@emotion/styled": "11.14.0", "@nivo/core": "0.99.0", "@nivo/line": "0.99.0", "@nivo/pie": "0.99.0", "@nivo/scales": "0.99.0", "@playwright/test": "1.57.0", "@pmmmwh/react-refresh-webpack-plugin": "0.5.17", "html-webpack-plugin": "5.6.5" }, "peerDependencies": { "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@nivo/core": "^0.99.0", "@nivo/line": "^0.99.0", "@nivo/pie": "^0.99.0", "@nivo/scales": "^0.99.0", "react": "19.x", "react-dom": "19.x", "react-hook-form": "^7.46.1", "react-router-dom": "6.x || 7.x" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "scripts": { "test": "jest -i --no-cache", "build": "webpack --mode=production --node-env=production && tsc --build --force ./tsconfig.build.json && resolve-tspaths -p ./tsconfig.build.json", "sb:dev": "env storybook dev -p 6007", "sb:build": "env storybook build", "test:e2e": "pnpm exec playwright test --project=chromium", "test:e2e:ui": "pnpm exec playwright test --project=chromium --ui", "test:e2e:debug": "pnpm exec playwright test --project=chromium --debug", "ts-show-config-build": "tsc --showConfig -p ./tsconfig.build.json", "ts-show-config": "tsc --showConfig -p ./tsconfig.json", "ts-check": "tsc --noEmit -p ./tsconfig.json", "ts-check-build": "tsc -p ./tsconfig.build.json" } }