fx-schema-form-extension
Version:
119 lines (118 loc) • 3.64 kB
JSON
{
"name": "fx-schema-form-extension",
"version": "3.1.13",
"description": "自动生成表单组件",
"main": "libs/index.js",
"types": "libs/index.d.ts",
"scripts": {
"build": "rm -rf libs;tsc --outDir libs -d",
"watch": "rm -rf libs;tsc --outDir libs -d -w",
"dist": "webpack",
"start": "webpack-dev-server --port=8004",
"test": "exit 0",
"test1": "mocha ./tests/**/*.spec.jsx --require babel-register --require ./tests/setup.jsx "
},
"author": "NICK",
"license": "MIT",
"keywords": [
"typescript",
"json-schema",
"jsonSchema",
"react-schema-form",
"react",
"schema-form",
"form-generator",
"form",
"javascript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nick121212/fx-schema-form.git"
},
"devDependencies": {
"@types/ajv-errors": "^1.0.0",
"@types/json-schema": "^6.0.0",
"@types/node": "^9.4.0",
"@types/prop-types": "^15.5.2",
"@types/react": "^16.0.0",
"@types/react-dnd": "^2.0.36",
"@types/react-dom": "^16.0.0",
"@types/react-redux": "^5.0.14",
"@types/react-router": "^4.0.26",
"@types/react-router-dom": "^4.0.0",
"@types/recompose": "^0.26.1",
"@types/redux-immutable": "^3.0.38",
"ajv": "^6.1.0",
"ajv-errors": "^1.0.0",
"ajv-i18n": "^3.0.0",
"antd": "^3.6.2",
"awesome-typescript-loader": "^3.2.3",
"babel": "^6.0.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-export-default-module-exports": "0.0.4",
"babel-plugin-import": "^1.0.1",
"babel-plugin-react-require": "^3.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.9.2",
"chai": "^4.1.2",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.28.9",
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"expect": "^1.20.1",
"extract-text-webpack-plugin": "^3.0.2",
"fx-schema-form-core": "^3.1.11",
"fx-schema-form-react": "^3.1.13",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"immutable": "^3.8.2",
"immutable-devtools": "^0.0.7",
"jsdom": "^7.0.0",
"json-schema-editor-visual": "^1.0.17",
"mocha": "^5.0.0",
"node-sass": "^4.6.1",
"pre-commit": "1.x",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-addons-perf": "^15.4.2",
"react-addons-test-utils": "^15.6.2",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.4.0",
"react-hot-loader": "^3.1.1",
"react-immutable-render-mixin": "^0.9.7",
"react-perf-tool": "^0.2.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.0.0",
"react-sortable-hoc": "^0.6.8",
"react-test-renderer": "^15.0.0",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-act": "^1.5.1",
"redux-immutable": "^4.0.0",
"reselect": "^3.0.1",
"resolve-pathname": "^2.2.0",
"style-loader": "^0.19.0",
"tachyons": "^4.9.1",
"ts-loader": "^3.1.1",
"tslint": "^5.8.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.9.2",
"webpack": "^3.0.0",
"webpack-cli": "^2.1.5",
"webpack-dev-server": "^2.11.2"
}
}