react-dynamic-forms-mui
Version:
A React library for creating dynamic forms with Material-UI theme
97 lines (96 loc) • 2.69 kB
JSON
{
"name": "react-dynamic-forms-mui",
"version": "1.0.2",
"description": "A React library for creating dynamic forms with Material-UI theme",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"No tests specified\"",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
"demo": "vite serve --port 3000",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"preversion": "npm run lint && npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"peerDependencies": {
"@emotion/react": ">=11.0.0",
"@emotion/styled": ">=11.0.0",
"@mui/material": ">=5.0.0",
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.14.0",
"@mui/material": "^5.18.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-docs": "^9.0.18",
"@storybook/addon-onboarding": "^9.0.18",
"@storybook/react-vite": "^9.0.18",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^9.0.18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^3.0.0",
"rollup-plugin-dts": "^6.0.0",
"storybook": "^9.0.18",
"tslib": "^2.8.1",
"typescript": "^5.0.0",
"vite": "^5.4.0"
},
"keywords": [
"react",
"forms",
"dynamic",
"material-ui",
"mui",
"form-builder",
"typescript",
"datagrid",
"crud",
"validation",
"form-validation",
"react-components",
"ui-components",
"responsive",
"inline-editing"
],
"author": "selwyntheo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/selwyntheo/react-dynamic-forms-mui.git"
},
"homepage": "https://github.com/selwyntheo/react-dynamic-forms-mui#readme",
"bugs": {
"url": "https://github.com/selwyntheo/react-dynamic-forms-mui/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
}