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.
amis/package.json

61 lines
1.6 KiB

1 year ago
{
"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": "3.1.1",
"amis-core": "3.1.1",
"amis-editor": "^5.4.1",
"amis-editor-core": "^5.4.1",
"amis-formula": "3.1.1",
"amis-ui": "3.1.1",
"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.1",
"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": "^4.3.2",
"acorn": "^8.8.2",
"amis-widget-cli": "^3.1.8",
"monaco-editor-webpack-plugin": "6.0.0",
"prettier": "^2.2.1",
"sass": "^1.63.4",
"typescript": "^4.5.5"
}
}