mochi-ui
Version:
Mochi UI is a React component library that helps you build aweomse production ready UI components with a soft UI design.
77 lines (76 loc) • 2.24 kB
JSON
{
"name": "mochi-ui",
"version": "1.2.5",
"private": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"homepage": "mochi.hasathcharu.com",
"description": "Mochi UI is a React component library that helps you build aweomse production ready UI components with a soft UI design.",
"peerDependencies": {
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"framer-motion": "^10.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/addon-interactions": "^7.2.1",
"@storybook/addon-links": "^7.2.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.5",
"@storybook/blocks": "^7.2.1",
"@storybook/react": "^7.2.1",
"@storybook/react-webpack5": "^7.2.1",
"@storybook/testing-library": "^0.2.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.39",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"rimraf": "^5.0.1",
"rollup": "^3.27.2",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"sass": "^1.64.2",
"storybook": "^7.2.1",
"tslib": "^2.6.1",
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "rollup -c --bundleConfigAsCjs",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "Haritha Hasathcharu",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/hasathcharu/MochiUI"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"mochi-ui",
"soft-ui",
"react",
"date-picker",
"time-picker",
"input",
"button"
]
}