UNPKG

@equinor/eds-utils

Version:

Utility functions and hooks for the Equinor Design System

85 lines 2.34 kB
{ "name": "@equinor/eds-utils", "version": "0.8.7", "description": "Utility functions and hooks for the Equinor Design System", "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.mjs", "require": "./dist/eds-utils.cjs", "default": "./dist/eds-utils.cjs" } }, "types": "dist/types/index.d.ts", "main": "dist/eds-utils.cjs", "license": "MIT", "author": { "name": "EDS Core Team", "email": "fg_eds@equinor.com" }, "homepage": "https://eds.equinor.com", "repository": { "type": "git", "url": "https://github.com/equinor/design-system", "directory": "packages/eds-utils" }, "bugs": { "url": "https://github.com/equinor/design-system/issues" }, "files": [ "dist/*" ], "keywords": [ "eds", "design system", "equinor", "react", "utils", "hooks" ], "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", "@types/ramda": "^0.30.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "babel-jest": "^29.7.0", "babel-plugin-styled-components": "^2.1.4", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-styled-components": "^7.2.0", "js-file-download": "^0.4.12", "ramda": "^0.30.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-is": "^18.3.1", "rollup": "^4.29.1", "rollup-plugin-delete": "^2.1.0", "styled-components": "6.1.17", "tsc-watch": "^6.2.1", "typescript": "^5.8.2" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.8", "styled-components": ">=5.1" }, "dependencies": { "@babel/runtime": "^7.26.10", "@equinor/eds-tokens": "0.9.2" }, "scripts": { "build": "rollup -c --bundleConfigAsCjs && tsc -p tsconfig.build.json", "test": "tsc -p tsconfig.test.json && jest", "test:watch": "tsc-watch -p tsconfig.test.json --onFirstSuccess \"jest --watch\"", "types": "tsc -p tsconfig.build.json" } }