mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-24 06:43:16 +03:00
3f066c718f
Initial Activity support Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
29 lines
787 B
JSON
29 lines
787 B
JSON
{
|
|
"name": "@anticrm/activity-assets",
|
|
"version": "0.6.0",
|
|
"main": "src/index.ts",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint --fix src",
|
|
"format": "prettier --write src && eslint --fix src"
|
|
},
|
|
"devDependencies": {
|
|
"@anticrm/platform-rig":"~0.6.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
"eslint": "^7.32.0",
|
|
"prettier": "^2.4.1"
|
|
},
|
|
"dependencies": {
|
|
"@anticrm/platform":"~0.6.5",
|
|
"@anticrm/activity":"~0.6.0"
|
|
}
|
|
}
|