2022-06-14 23:50:58 +08:00
|
|
|
{
|
|
|
|
"name": "amis-editor-core",
|
|
|
|
"version": "5.1.0-beta.12",
|
|
|
|
"description": "amis 可视化编辑器",
|
|
|
|
"main": "lib/index.min.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "npm run clean-dist && webpack",
|
|
|
|
"clean-dist": "rimraf lib/* esm/*"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"amis",
|
|
|
|
"editor"
|
|
|
|
],
|
|
|
|
"author": "@fex",
|
|
|
|
"license": "ISC",
|
|
|
|
"files": [
|
|
|
|
"lib",
|
2022-06-15 19:25:55 +08:00
|
|
|
"static",
|
|
|
|
"scss"
|
2022-06-14 23:50:58 +08:00
|
|
|
],
|
|
|
|
"lint-staged": {
|
|
|
|
"{src,scss,examples}/**/**/*.{js,jsx,ts,tsx,scss,json}": [
|
|
|
|
"prettier --write"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-15 19:25:55 +08:00
|
|
|
"amis-editor-comp": "*",
|
2022-06-14 23:50:58 +08:00
|
|
|
"deep-diff": "1.0.2",
|
|
|
|
"json-ast-comments": "^1.1.0",
|
|
|
|
"mobx": "^4.5.0",
|
|
|
|
"mobx-react": "^6.1.4",
|
|
|
|
"mobx-state-tree": "^3.17.3",
|
|
|
|
"sortablejs": "^1.14.0",
|
2022-06-15 19:25:55 +08:00
|
|
|
"lodash": "^4.17.15"
|
2022-06-14 23:50:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
|
|
"@svgr/webpack": "^5.5.0",
|
|
|
|
"@types/async": "^2.0.45",
|
|
|
|
"@types/classnames": "^2.2.3",
|
|
|
|
"@types/codemirror": "^5.60.5",
|
|
|
|
"@types/deep-diff": "^1.0.0",
|
|
|
|
"@types/history": "^4.6.0",
|
|
|
|
"@types/hoist-non-react-statics": "^3.0.1",
|
|
|
|
"@types/lodash": "^4.14.76",
|
|
|
|
"@types/node": "^14.0.24",
|
|
|
|
"@types/qs": "^6.5.1",
|
|
|
|
"@types/react": "^16.9.11",
|
|
|
|
"@types/react-dom": "^16.9.4",
|
|
|
|
"@types/react-router": "^4.0.16",
|
|
|
|
"@types/react-router-dom": "^5.1.7",
|
|
|
|
"@types/sortablejs": "^1.10.7",
|
|
|
|
"@types/tinycolor2": "^1.4.3",
|
|
|
|
"ajv": "^8.8.2",
|
|
|
|
"amis": "^2.0.0-rc.10",
|
|
|
|
"amis-core": "^2.0.0-rc.10",
|
|
|
|
"amis-formula": "^2.0.0-rc.10",
|
|
|
|
"amis-ui": "^2.0.0-rc.10",
|
|
|
|
"axios": "0.21.1",
|
|
|
|
"concurrently": "^6.2.0",
|
|
|
|
"css-loader": "^6.2.0",
|
|
|
|
"faker": "^5.5.3",
|
|
|
|
"fis-parser-sass": "^1.1.0",
|
|
|
|
"fis-parser-svgr": "^1.0.1",
|
|
|
|
"fis3": "^3.5.0-beta.0",
|
|
|
|
"fis3-hook-commonjs": "^0.1.32",
|
|
|
|
"fis3-hook-node_modules": "^2.3.1",
|
|
|
|
"fis3-parser-typescript": "^1.4.0",
|
|
|
|
"fis3-postpackager-loader": "^2.1.12",
|
|
|
|
"fis3-prepackager-stand-alone-pack": "^1.0.1",
|
|
|
|
"fis3-preprocessor-js-require-css": "^0.1.3",
|
|
|
|
"fis3-preprocessor-js-require-file": "^0.1.3",
|
|
|
|
"husky": "^7.0.0",
|
|
|
|
"lint-staged": "^12.1.2",
|
|
|
|
"mini-css-extract-plugin": "^2.3.0",
|
|
|
|
"prettier": "^2.2.1",
|
|
|
|
"react": "^16.14.0",
|
|
|
|
"react-dom": "^16.14.0",
|
|
|
|
"react-overlays": "5.1.1",
|
|
|
|
"react-router": "5.2.0",
|
|
|
|
"react-router-dom": "5.2.0",
|
|
|
|
"sass": "^1.49.7",
|
|
|
|
"sass-loader": "^12.5.0",
|
|
|
|
"style-loader": "^3.2.1",
|
|
|
|
"ts-loader": "^9.2.5",
|
|
|
|
"tslib": "^2.3.1",
|
|
|
|
"typescript": "^4.4.2",
|
|
|
|
"webpack": "^5.52.1",
|
|
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
|
|
"webpack-cli": "^4.8.0",
|
|
|
|
"webpack-node-externals": "^3.0.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"amis": "*",
|
|
|
|
"amis-formula": "*",
|
|
|
|
"amis-core": "*",
|
|
|
|
"amis-ui": "*"
|
|
|
|
}
|
|
|
|
}
|