UNPKG

soignant-nomade-ui

Version:

A react library for the soignant-nomade design system. You can find a storybook project inside it

40 lines (39 loc) 1.01 kB
{ "name": "soignant-nomade-ui", "version": "2.0.6", "description": "A react library for the soignant-nomade design system. You can find a storybook project inside it", "license": "MIT", "author": { "email": "contact@squirrel.fr", "name": "squirrel.fr", "url": "https://squirrel.fr" }, "repository": { "directory": "/tree/master/libs/ui-soignant-nomade", "type": "git", "url": "https://gitlab.com/squirrel-lab/soignant-nomade/ui-soignant-nomade" }, "readme": "README.md", "homepage": "https://ui.dev.soignant-nomade.com/", "engines": { "node": ">= 12.18.4" }, "keywords": [ "react-library", "design-system", "front", "react-packages", "front-end library", "react-design", "react-ui-kit", "react-ui" ], "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "module": "./index.js", "main": "./index.js", "type": "module", "types": "./index.d.ts" }