well-rounded-ui
Version:
Well Rounded UI Inputs to beautify your web projects !
55 lines (54 loc) • 1.54 kB
JSON
{
"name": "well-rounded-ui",
"version": "1.4.12",
"description": "Well Rounded UI Inputs to beautify your web projects !",
"main": "src/index.js",
"scripts": {
"test": "vitest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SachaMarits/well-rounded-ui.git"
},
"keywords": [
"well",
"rounded",
"well rounded",
"ui",
"inputs",
"bootstrap"
],
"author": "Sacha Marits",
"license": "MIT",
"bugs": {
"url": "https://github.com/SachaMarits/well-rounded-ui/issues"
},
"homepage": "https://github.com/SachaMarits/well-rounded-ui#readme",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "4.4.5"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.9",
"jsdom": "^23.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.5",
"storybook": "^7.5.3",
"typescript": "^5.2.2"
}
}