You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.7 KiB
66 lines
1.7 KiB
{
|
|
"name": "@imove/json-schema-editor",
|
|
"version": "0.3.2",
|
|
"description": "visual editor for json schema",
|
|
"keywords": [
|
|
"ace-editor",
|
|
"json-schema"
|
|
],
|
|
"author": "suanmei <mr_suanmei@163.com>",
|
|
"homepage": "https://github.com/suanmei/iMove#readme",
|
|
"license": "MIT",
|
|
"main": "dist/core.common.js",
|
|
"module": "dist/core.esm.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"directories": {
|
|
"dist": "dist"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "http://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/suanmei/iMove.git"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "node scripts/prepublish.js",
|
|
"declare-type": "tsc --emitDeclarationOnly",
|
|
"build": "rollup -c & npm run declare-type",
|
|
"watch": "watch \"npm run build\" ./src"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/suanmei/iMove/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^4.1.0",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"@types/lodash-es": "^4.17.3",
|
|
"@types/react": "^16.9.34",
|
|
"@types/react-dom": "^16.9.7",
|
|
"antd": "^4.1.5",
|
|
"react": "^16.13.1",
|
|
"rollup": "^2.7.3",
|
|
"watch": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@ant-design/icons": "^4.1.0",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"antd": "^4.1.5",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
},
|
|
"gitHead": "60b114ff262513544204f33a9bbcb6220d6c1c5d",
|
|
"dependencies": {
|
|
"i18next": "^19.4.4",
|
|
"immer": "^6.0.5",
|
|
"lodash-es": "^4.17.15",
|
|
"react-i18next": "^11.4.0",
|
|
"react-tracked": "^1.3.0"
|
|
}
|
|
}
|
|
|