UNPKG

@equinor/fusion-react-styles

Version:
70 lines 1.89 kB
{ "name": "@equinor/fusion-react-styles", "version": "2.1.4", "description": "style lib inspired by @material-ui/styles", "keywords": [ "styling", "react", "fusion", "equinor" ], "author": "odin thomas rochmann <odin.rochmann@gmail.com>", "homepage": "https://github.com/equinor/fusion-react-components/tree/master/packages/styles#readme", "license": "ISC", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "dist": "dist" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/equinor/fusion-react-components.git", "directory": "packages/styles" }, "bugs": { "url": "https://github.com/equinor/fusion-react-components/issues" }, "dependencies": { "@equinor/eds-tokens": "^2.2.0", "@equinor/fusion-wc-theme": "^1.2.1", "@equinor/fusion-web-theme": "^0.1.10", "clsx": "^2.1.0", "hoist-non-react-statics": "^3.3.2", "jss": "^10.5.1", "jss-plugin-camel-case": "^10.5.1", "jss-plugin-default-unit": "^10.5.1", "jss-plugin-global": "^10.5.1", "jss-plugin-nested": "^10.5.1", "jss-plugin-props-sort": "^10.5.1", "jss-plugin-rule-value-function": "^10.5.1", "jss-plugin-vendor-prefixer": "^10.5.1" }, "devDependencies": { "@testing-library/react": "^16.3.0", "@testing-library/react-hooks": "^8.0.1", "@types/node": "^25.6.0", "@types/react": "^19.2.14", "@vitest/coverage-v8": "^4.0.6", "jsdom": "^29.0.0", "react": "^19.2.5", "styled-components": "^6.3.12", "vitest": "^4.0.6" }, "peerDependencies": { "react": "^18 || ^19", "styled-components": "^6" }, "scripts": { "build": "tsc -b", "lint": "biome lint", "format": "biome format", "test": "vitest run", "test:watch": "vitest" } }