@undermuz/react-json-form
Version:
Generate JSON-based forms with react
119 lines (118 loc) • 3.37 kB
JSON
{
"name": "@undermuz/react-json-form",
"homepage": "http://undermuz.github.io/react-json-form",
"version": "2.0.22",
"description": "Generate JSON-based forms with react",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"module": "./dist/index.mjs",
"esmodules": "./dist/index.mjs",
"node": "./dist/index.js",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"test": "jest",
"lint": "eslint ./src && tsc --noEmit",
"build": "npm run build:tsup",
"build:tsup": "tsup",
"predeploy": "npm run lint && npm run test && npm run build",
"prepublishOnly": "npm run predeploy"
},
"author": {
"name": "undermuz",
"email": "undermuz@gmail.com",
"url": "https://github.com/undermuz"
},
"repository": {
"type": "git",
"url": "https://github.com/undermuz/react-json-form.git"
},
"license": "MIT",
"dependencies": {
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@undermuz/use-form": ">=1.0.28",
"array-move": "^4.0.0",
"react-error-boundary": "^3.1.4",
"underscore": "^1.13.4"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@jest/globals": "^29.4.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.5",
"@types/react-datepicker": "^4.4.2",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/styled-components": "^5.1.25",
"@types/underscore": "^1.11.4",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"babel-jest": "^29.4.3",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.1",
"esbuild-plugin-file-path-extensions": "^1.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-webpack-plugin": "^4.0.0",
"framer-motion": "^6.5.1",
"gh-pages": "^4.0.0",
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"prettier": "^2.8.4",
"react-syntax-highlighter": "^15.5.0",
"style-loader": "^3.3.1",
"stylelint": "^15.2.0",
"stylelint-config-recommended": "^10.0.1",
"stylelint-prettier": "^2.0.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.2.8",
"tslib": "^2.4.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"keywords": [
"react",
"form",
"forms",
"use-form",
"hook"
]
}