@mobx-json/mui-form
Version:
create material-ui forms by json & mobx
63 lines (62 loc) • 1.95 kB
JSON
{
"name": "@mobx-json/mui-form",
"version": "0.2.2",
"description": "create material-ui forms by json & mobx",
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"eslint:src": "eslint src/**/*.{ts,tsx}",
"eslint:test": "eslint __test__/**/*.{ts,tsx}",
"eslint": "yarn eslint:src && yarn eslint:test",
"jest": "jest",
"type-check": "tsc --noEmit",
"test": "yarn type-check && yarn eslint && yarn jest",
"build:types": "tsc --emitDeclarationOnly -p tsconfig.prod.json --outDir ./dist",
"build:types:w": "yarn build:types --watch",
"build:js": "cross-env NODE_ENV=production babel src --out-dir ./dist --extensions \".ts,.tsx\" --verbose",
"build:js:w": "yarn build:js --watch",
"prebuild": "rimraf dist/",
"build": "yarn build:types && yarn build:js",
"dev": "yarn prebuild && run-p build:types:w build:js:w"
},
"author": "ThunderMiracle",
"license": "MIT",
"homepage": "https://mobx-json.thundermiracle.com",
"repository": {
"type": "git",
"url": "https://github.com/thundermiracle/mobx-json/tree/master/packages/mui-form"
},
"bugs": {
"url": "https://github.com/thundermiracle/mobx-json/issues"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@material-ui/core": ">4.0.0",
"@material-ui/icons": ">4.0.0",
"@material-ui/lab": ">4.0.0-alpha.47",
"react": ">16.8.0",
"react-dom": ">16.8.0",
"validatorjs": ">3.0.0"
},
"dependencies": {
"@mobx-json/form": "^0.2.2",
"autosuggest-highlight": "3.1.1",
"clsx": "1.1.0",
"filter-data": "0.1.2",
"mobx": "4.13.0",
"mobx-react": "6.1.5",
"ramda": "0.27.0",
"throttle-debounce": "2.1.0"
},
"devDependencies": {
"@types/autosuggest-highlight": "3.1.0",
"@types/throttle-debounce": "2.1.0",
"react": "16.12.0",
"react-dom": "16.12.0"
},
"gitHead": "f6c226790bad26c34acea3383bc016b228102be6"
}