UNPKG

json-to-antd-forms

Version:

This Package converts json schema to antd forms.

35 lines (34 loc) 758 B
{ "name": "json-to-antd-forms", "version": "1.0.2", "description": "This Package converts json schema to antd forms.", "main": "dist/build.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "keywords": [ "Ant", "Design", "Forms", "JSON", "Schema" ], "author": "Harsh Patel", "license": "ISC", "dependencies": { "antd": "^5.6.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.22.5", "@babel/preset-env": "^7.22.5", "@babel/preset-react": "^7.22.5", "babel-loader": "^9.1.2", "css-loader": "^6.8.1", "style-loader": "^3.3.3", "webpack": "^5.86.0", "webpack-cli": "^5.1.4" } }