UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

85 lines (84 loc) 2.4 kB
{ "name": "@tomino/dynamic-form-semantic-ui", "version": "1.0.11", "description": "Semantic UI form renderer based on dynamic form generation", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "module": "dist/mjs/index.js", "scripts": { "test": "mocha --require ./mocha.config.js src/**/*.test.*", "test-watch": "mocha --require ./mocha.config.js src/**/*.test --watch", "luis1": "node fuse.js", "luis": "luis", "build": "tsc && tsc --module es6 --outDir ./dist/mjs --declaration false", "prepublish": "yarn build" }, "repository": { "type": "git", "url": "https://github.com" }, "keywords": [ "Semantic", "UI", "Form", "React" ], "author": "Tomi Trescak <tomi.trescak@gmail.com>", "license": "MIT", "devDependencies": { "@tomino/dynamic-form": "^1.0.9", "@tomino/toolbelt": "*", "@types/chai": "^4.1.7", "@types/classnames": "^2.2.7", "@types/mocha": "^5.2.6", "@types/node": "*", "@types/react": "*", "@types/react-beautiful-dnd": "^11.0.1", "@types/react-test-renderer": "*", "@types/sinon": "^7.0.11", "@types/sinon-chai": "^3.2.2", "@types/webfontloader": "^1.6.29", "chai": "^4.2.0", "fuse-box": "^3.7.1", "graphql": "^14.2.1", "graphql-tag": "^2.10.1", "jest-dot-reporter": "^1.0.7", "luis": "^3.2.13", "mocha": "^6.1.2", "mocha-jest-snapshots": "^1.0.7", "react": "^16.8.6", "react-apollo": "^2.5.5", "react-dom": "^16.8.1", "react-test-renderer": "^16.8.6", "semantic-ui-css": "^2.4.1", "sinon": "^7.3.2", "sinon-chai": "^3.3.0", "ts-jest": "^24.0.2", "ts-node": "^8.1.0", "typescript": "^3.4.5" }, "dependencies": { "@tomino/toolbelt": "^1.1.7", "@types/prismjs": "^1.16.0", "classnames": "^2.2.6", "emotion": "^10.0.9", "fuse-box": "^3.7.1", "mobx": "^5.9.4", "mobx-react": "^6.0.3", "mobx-state-tree": "^3.14.0", "mst-middlewares": "^3.14.0", "prismjs": "^1.16.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-multi-split-pane": "^0.1.1", "react-simple-code-editor": "^0.9.10", "semantic-ui-calendar-react": "^0.15.0", "semantic-ui-css": "^2.4.1", "semantic-ui-react": "^0.87.2", "typescript": "^3.5.2", "webfontloader": "^1.6.28" }, "browserslist": [ "last 1 Chrome version" ] }