UNPKG

df-ae-forms-package

Version:

A comprehensive React form preview component library with form controls, validation, and responsive design for Angular/Ionic integration

99 lines (97 loc) 2.94 kB
{ "name": "df-ae-forms-package", "version": "1.0.10", "type": "module", "description": "A comprehensive React form preview component library with form controls, validation, and responsive design for Angular/Ionic integration", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "style": "dist/index.css", "files": [ "dist", "README.md", "INTEGRATION-GUIDE.md", "QUICK-START.md", "TROUBLESHOOTING.md" ], "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "build:web-component": "rollup -c rollup.web-component.config.js", "build:all": "npm run build && npm run build:web-component", "prepublishOnly": "npm run build", "publish:patch": "npm version patch && npm publish", "publish:minor": "npm version minor && npm publish", "publish:major": "npm version major && npm publish", "clean": "rimraf dist", "dev": "rollup -c -w", "dev:web-component": "rollup -c rollup.web-component.config.js -w", "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit" }, "keywords": [ "react", "form", "preview", "components", "validation", "typescript", "responsive", "form-builder", "digital-forms", "angular", "ionic" ], "author": "Digital Forms Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/your-org/df-ae-forms-package.git" }, "bugs": { "url": "https://github.com/your-org/df-ae-forms-package/issues" }, "homepage": "https://github.com/your-org/df-ae-forms-package#readme", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "lucide-react": ">=0.263.1", "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2" }, "dependencies": { "uuid": "^9.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "lucide-react": "^0.263.1", "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@types/uuid": "^9.0.7", "rollup": "^3.29.4", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-postcss": "^4.0.2", "@rollup/plugin-terser": "^0.4.4", "typescript": "^5.2.2", "rimraf": "^5.0.5", "eslint": "^8.55.0", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "sass": "^1.69.5", "lucide-react": "^0.263.1" }, "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" } }