am-editor-001/packages/toolbar/package.json

38 lines
966 B
JSON

{
"name": "@aomao/toolbar",
"version": "2.7.31",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"lib",
"src"
],
"author": "me@aomao.com",
"license": "MIT",
"homepage": "https://github.com/yanmao-cc/am-editor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/yanmao-cc/am-editor.git"
},
"bugs": {
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.30",
"@babel/runtime": "^7.13.10",
"antd": "^4.12.3",
"classnames-es-ts": "^2.2.7",
"keymaster": "^1.6.2",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@types/keymaster": "^1.6.28",
"@types/lodash": "^4.14.178"
}
}