@equinor/eds-core-react
Version:
The React implementation of the Equinor Design System
120 lines • 3.69 kB
JSON
{
"name": "@equinor/eds-core-react",
"version": "2.2.0",
"description": "The React implementation of the Equinor Design System",
"sideEffects": [
"**/*.css"
],
"types": "dist/types/index.d.ts",
"main": "dist/eds-core-react.cjs",
"module": "dist/esm/index.js",
"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-core-react"
},
"bugs": {
"url": "https://github.com/equinor/design-system/issues"
},
"files": [
"dist/*"
],
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/eds-core-react.cjs"
},
"./next": {
"types": "./dist/types/index.next.d.ts",
"import": "./dist/esm/index.next.js",
"require": "./dist/index.next.cjs"
}
},
"keywords": [
"eds",
"design system",
"equinor",
"react"
],
"devDependencies": {
"@playwright/test": "^1.57.0",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^28.0.8",
"@rollup/plugin-node-resolve": "^16.0.3",
"@storybook/addon-a11y": "^9.1.13",
"@storybook/addon-docs": "^9.1.13",
"@storybook/addon-links": "^9.1.13",
"@storybook/react-vite": "^9.1.13",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "^30.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "^24.9.1",
"@types/ramda": "^0.31.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"babel-plugin-styled-components": "^2.1.4",
"eslint-plugin-storybook": "9.1.13",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-styled-components": "^7.2.0",
"js-file-download": "^0.4.12",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"ramda": "^0.32.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.65.0",
"react-router-dom": "^7.9.4",
"rollup": "^4.52.5",
"rollup-plugin-delete": "^3.0.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-preserve-directives": "^1.1.3",
"storybook": "^9.1.13",
"styled-components": "6.1.19",
"tsc-watch": "^7.2.0",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^19",
"react-dom": "^19",
"styled-components": "^6"
},
"dependencies": {
"@babel/runtime": "^7.28.4",
"@floating-ui/react": "^0.27.16",
"@internationalized/date": "^3.10.0",
"@react-aria/utils": "^3.31.0",
"@react-stately/calendar": "^3.9.0",
"@react-stately/datepicker": "^3.15.2",
"@react-types/shared": "^3.32.1",
"@tanstack/react-virtual": "3.13.12",
"downshift": "9.0.10",
"react-aria": "^3.44.0",
"@equinor/eds-icons": "^1.1.0",
"@equinor/eds-utils": "^2.0.0",
"@equinor/eds-tokens": "^2.1.1"
},
"scripts": {
"build": "rollup -c && tsc -p tsconfig.build.json",
"test": "tsc -p tsconfig.test.json && jest --ci",
"test:watch": "tsc-watch -p tsconfig.test.json --onFirstSuccess \"jest --watch\"",
"test:update-snapshots": "jest --updateSnapshot",
"test:visual": "playwright test",
"test:visual:ui": "playwright test --ui",
"test:visual:update": "playwright test --update-snapshots",
"test:visual:report": "playwright show-report",
"storybook": "storybook dev -p 9000 --ci",
"build:storybook": "storybook build -o storybook-build",
"types": "tsc -p tsconfig.build.json"
}
}