@mobx-ecosystem/mobx-form
Version:
provides the ability to use forms with validation in MobX stores
61 lines (60 loc) • 1.47 kB
JSON
{
"type": "module",
"name": "@mobx-ecosystem/mobx-form",
"private": false,
"version": "2.12.2",
"description": "provides the ability to use forms with validation in MobX stores",
"main": "./dist/index.prod.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"development": "./dist/index.dev.js",
"production": "./dist/index.prod.js",
"default": "./dist/index.prod.js"
}
}
},
"scripts": {
"dev": "tsc --watch",
"_clear": "rimraf dist",
"tsc": "tsc",
"_make-bundle": "rollup -c",
"build": "run-s _clear _make-bundle",
"pub": "yarn build && yarn publish --access public",
"test": "jest"
},
"files": [
"dist"
],
"keywords": [
"mobx-formik",
"mobx-forms",
"form",
"mobx-form"
],
"author": "RudikS",
"license": "MIT",
"peerDependencies": {
"mobx": "^4 || ^5 || ^6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.1.0",
"mobx": "^6.9.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/RudikS-git/mobx-ecosystem"
},
"dependencies": {}
}