@thinkitive/form-builder
Version:
A drag-and-drop JSON Forms Builder for React
108 lines (107 loc) • 2.92 kB
JSON
{
"name": "@thinkitive/form-builder",
"version": "1.0.14",
"description": "A drag-and-drop JSON Forms Builder for React",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
"access": "public"
},
"author": {
"name": "Team Purandar",
"organization": "Thinkitive Inc"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"prepare": "npm run build",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest --config jest.config.ts --passWithNoTests",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@jsonforms/core": "^3.6.0",
"@jsonforms/material-renderers": "^3.6.0",
"@jsonforms/react": "^3.6.0",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@mui/x-date-pickers": "^8.5.2",
"@reduxjs/toolkit": "^2.8.2",
"date-fns": "^4.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-monaco-editor": "^0.58.0",
"react-quill": "^2.0.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.0",
"@eslint/js": "^9.25.0",
"@storybook/addon-docs": "^8.6.14",
"@storybook/addon-onboarding": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^24.0.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/react-redux": "^7.1.34",
"@vitejs/plugin-react": "^4.4.1",
"babel-jest": "^29.7.0",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^9.0.4",
"globals": "^16.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.0",
"patch-package": "^8.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"storybook": "^9.0.4",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^5.4.19"
},
"keywords": [
"react",
"form-builder",
"json-forms",
"drag-and-drop",
"json-schema",
"ui-schema",
"vite",
"component-library"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-org/form-builder.git"
}
}