mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
f9907655a9
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
26 lines
607 B
JSON
26 lines
607 B
JSON
{
|
|
"name": "@anticrm/view",
|
|
"version": "0.6.0",
|
|
"main": "lib/index.js",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "heft build",
|
|
"lint:fix": "eslint --fix src"
|
|
},
|
|
"devDependencies": {
|
|
"@anticrm/platform-rig":"~0.6.0",
|
|
"@types/heft-jest":"^1.0.2",
|
|
"@typescript-eslint/eslint-plugin":"4",
|
|
"eslint-plugin-import":"2",
|
|
"eslint-plugin-promise":"4",
|
|
"eslint-plugin-node":"11",
|
|
"eslint":"^7.32.0"
|
|
},
|
|
"dependencies": {
|
|
"@anticrm/platform":"~0.6.5",
|
|
"@anticrm/core":"~0.6.8",
|
|
"@anticrm/ui":"~0.6.0"
|
|
}
|
|
}
|