2021-08-06 13:18:50 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/view",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "heft build",
|
2021-11-17 16:29:26 +03:00
|
|
|
"build:watch": "tsc",
|
2021-12-01 12:27:29 +03:00
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"format": "prettier --write src && eslint --fix src"
|
2021-08-06 13:18:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-01 12:27:29 +03:00
|
|
|
"@anticrm/platform-rig": "~0.6.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"@types/heft-jest": "^1.0.3",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-promise": "^6.0.0",
|
2021-12-01 12:27:29 +03:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"eslint": "^8.18.0",
|
|
|
|
"@typescript-eslint/parser": "^5.30.0",
|
2021-12-01 12:27:29 +03:00
|
|
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
2022-07-02 09:30:37 +03:00
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"@rushstack/heft": "^0.46.1",
|
2021-12-01 12:27:29 +03:00
|
|
|
"typescript": "^4.3.5"
|
2021-08-06 13:18:50 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-29 08:27:17 +03:00
|
|
|
"@anticrm/platform": "~0.6.6",
|
2022-03-17 08:07:47 +03:00
|
|
|
"@anticrm/core": "~0.6.16",
|
2022-05-13 09:38:54 +03:00
|
|
|
"@anticrm/ui": "~0.6.0",
|
|
|
|
"@anticrm/preference": "~0.6.0"
|
2021-08-06 13:18:50 +03:00
|
|
|
}
|
|
|
|
}
|