@inceptiongt/json-schema-editor-visual-new
Version:
jsonschema-draft07 editor
51 lines (50 loc) • 1.44 kB
JSON
{
"name": "@inceptiongt/json-schema-editor-visual-new",
"version": "1.1.2",
"description": "jsonschema-draft07 editor",
"main": "package/index.js",
"license": "MIC",
"homepage": "https://github.com/GTT-temp/json-schema-editor-visual",
"repository": "https://github.com/GTT-temp/json-schema-editor-visual",
"keywords": [
"json-schema-editor",
"json-schema",
"draft-07"
],
"scripts": {
"start": "ykit s -p 8082",
"demo": "NODE_ENV=production ykit pack -m",
"build": "NODE_ENV=production webpack"
},
"dependencies": {
"antd": "^3.1.6",
"brace": "^0.10.0",
"generate-schema": "^2.6.0",
"moox": "^1.0.2",
"react-redux": "^5.0.6",
"redux": "^4.1.2",
"underscore": "^1.8.3",
"ykit": "^0.8.13"
},
"devDependencies": {
"autoprefixer": "^7.2.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"less": "^2.7.2",
"less-loader": "^4.1.0",
"react-addons-perf": "^15.4.2",
"style-loader": "^0.20.3",
"webpack": "4.20.2",
"webpack-cli": "3.1.1",
"ykit-config-antd": "^1.2.0"
}
}