2021-08-07 15:15:18 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/model-workbench",
|
2021-08-09 00:06:52 +03:00
|
|
|
"version": "0.6.1",
|
2021-08-07 15:15:18 +03:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "heft build",
|
|
|
|
"lint:fix": "eslint --fix src"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@anticrm/model-rig":"~0.6.0",
|
|
|
|
"@typescript-eslint/eslint-plugin":"4",
|
|
|
|
"eslint-plugin-import":"2",
|
|
|
|
"eslint-plugin-promise":"4",
|
|
|
|
"eslint-plugin-node":"11",
|
|
|
|
"eslint":"^7.32.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-11 12:37:47 +03:00
|
|
|
"@anticrm/core": "~0.6.10",
|
2021-08-07 15:15:18 +03:00
|
|
|
"@anticrm/model": "~0.6.0",
|
2021-08-08 15:52:05 +03:00
|
|
|
"@anticrm/platform": "~0.6.5",
|
2021-08-07 15:15:18 +03:00
|
|
|
"@anticrm/model-core": "~0.6.0",
|
2021-08-09 00:06:52 +03:00
|
|
|
"@anticrm/workbench": "~0.6.1",
|
2021-08-08 19:54:32 +03:00
|
|
|
"@anticrm/ui": "~0.6.0"
|
2021-08-07 15:15:18 +03:00
|
|
|
}
|
|
|
|
}
|