2021-11-03 19:58:08 +08:00
|
|
|
{
|
|
|
|
"name": "@aomao/engine",
|
2022-01-22 20:31:37 +08:00
|
|
|
"version": "2.7.23",
|
2021-12-24 00:45:49 +08:00
|
|
|
"main": "dist/index.js",
|
2021-11-03 19:58:08 +08:00
|
|
|
"module": "dist/index.esm.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"lib",
|
|
|
|
"src"
|
|
|
|
],
|
2021-12-05 00:37:05 +08:00
|
|
|
"author": "me@aomao.com",
|
2021-11-03 19:58:08 +08:00
|
|
|
"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": {
|
|
|
|
"@babel/runtime": "^7.13.10",
|
|
|
|
"blueimp-md5": "^2.18.0",
|
|
|
|
"copy-to-clipboard": "^3.3.1",
|
|
|
|
"diff-match-patch": "^1.0.5",
|
|
|
|
"dom-align": "^1.12.2",
|
|
|
|
"eventemitter2": "^6.4.4",
|
|
|
|
"filesize": "^6.3.0",
|
|
|
|
"is-hotkey": "^0.2.0",
|
2021-12-29 02:53:42 +08:00
|
|
|
"lodash": "^4.17.21",
|
2021-11-03 19:58:08 +08:00
|
|
|
"ot-json0": "^1.1.0",
|
|
|
|
"tinycolor2": "^1.4.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/blueimp-md5": "^2.7.0",
|
|
|
|
"@types/diff-match-patch": "^1.0.32",
|
|
|
|
"@types/is-hotkey": "^0.1.2",
|
2022-01-05 22:04:50 +08:00
|
|
|
"@types/lodash": "^4.14.178",
|
2021-11-03 19:58:08 +08:00
|
|
|
"@types/sharedb": "^1.0.14",
|
|
|
|
"@types/tinycolor2": "^1.4.2"
|
|
|
|
}
|
|
|
|
}
|