加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "amis-editor-demo",
"version": "1.0.0",
"description": "amis 可视化编辑器",
"main": "index.js",
"scripts": {
"dev": "amis dev",
"build": "amis build",
"format": "prettier --write \"src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/aisuda/amis-editor-demo.git"
},
"keywords": [
"amis",
"editor"
],
"author": "fex",
"license": "ISC",
"bugs": {
"url": "https://github.com/aisuda/amis-editor-demo/issues"
},
"homepage": "https://github.com/aisuda/amis-editor-demo#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"amis": "6.7.0",
"amis-core": "6.7.0",
"amis-formula": "6.7.0",
"amis-ui": "6.7.0",
"amis-editor": "6.7.0",
"amis-editor-core": "6.7.0",
"axios": "0.21.1",
"copy-to-clipboard": "^3.2.0",
"mobx": "4.15.7",
"mobx-react": "6.3.1",
"mobx-state-tree": "3.17.3",
"qs": "6.5.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hook-form": "^7.39.3",
"react-router": "5.0.1",
"react-router-dom": "5.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.123",
"@types/node": "^11.13.8",
"@types/qs": "^6.5.3",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router": "5.0.1",
"@types/react-router-dom": "^5.3.3",
"acorn": "^8.8.2",
"amis-widget-cli": "^3.2.0",
"monaco-editor-webpack-plugin": "6.0.0",
"prettier": "^2.2.1",
"sass": "^1.63.4",
"typescript": "^4.5.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化