platform/models/text-editor/package.json
Andrey Sobolev 5b6ef778f3
Migrate to hcengineering and publish to github packages (#2273)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-09-21 14:08:25 +06:00

36 lines
1.1 KiB
JSON

{
"name": "@hcengineering/model-text-editor",
"version": "0.6.0",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"build:watch": "tsc",
"lint:fix": "eslint --fix src",
"lint": "eslint src",
"format": "prettier --write src && eslint --fix src"
},
"devDependencies": {
"@hcengineering/model-rig": "~0.6.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint": "^8.18.0",
"@types/heft-jest": "^1.0.3",
"@typescript-eslint/parser": "^5.30.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"prettier": "^2.7.1",
"@rushstack/heft": "^0.46.1"
},
"dependencies": {
"@hcengineering/core": "^0.6.17",
"@hcengineering/model": "~0.6.0",
"@hcengineering/platform": "^0.6.7",
"@hcengineering/ui": "^0.6.2",
"@hcengineering/text-editor": "~0.6.0",
"@hcengineering/model-core": "~0.6.0"
}
}