mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"name": "@anticrm/recruit-resources",
|
|
"version": "0.6.0",
|
|
"main": "src/index.ts",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "echo 'no build for ui'",
|
|
"build:docs": "api-extractor run --local",
|
|
"lint": "svelte-check && eslint",
|
|
"lint:fix": "eslint --fix src",
|
|
"format": "prettier --write --plugin-search-dir=. src && eslint --fix src"
|
|
},
|
|
"devDependencies": {
|
|
"svelte-loader": "^3.1.2",
|
|
"sass": "^1.37.5",
|
|
"svelte-preprocess": "^4.10.5",
|
|
"@anticrm/platform-rig": "~0.6.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.21.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-plugin-svelte3": "~3.4.1",
|
|
"prettier-plugin-svelte": "^2.7.0",
|
|
"eslint": "^7.32.0",
|
|
"prettier": "^2.4.1",
|
|
"svelte-check": "^2.7.0",
|
|
"@types/deep-equal": "^1.0.1",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"dependencies": {
|
|
"@anticrm/platform": "~0.6.6",
|
|
"@anticrm/core": "~0.6.16",
|
|
"svelte": "^3.47",
|
|
"@anticrm/recruit": "~0.6.3",
|
|
"@anticrm/ui": "~0.6.0",
|
|
"@anticrm/presentation": "~0.6.2",
|
|
"@anticrm/text-editor": "~0.6.0",
|
|
"@anticrm/chunter": "~0.6.1",
|
|
"@anticrm/contact": "~0.6.5",
|
|
"@anticrm/login": "~0.6.1",
|
|
"@anticrm/workbench": "~0.6.1",
|
|
"deep-equal": "^2.0.5",
|
|
"@anticrm/panel": "~0.6.0",
|
|
"@anticrm/activity": "~0.6.0",
|
|
"@anticrm/attachment": "~0.6.1",
|
|
"@anticrm/attachment-resources": "~0.6.0",
|
|
"@anticrm/chunter-resources": "~0.6.0",
|
|
"@anticrm/view": "~0.6.0",
|
|
"@anticrm/view-resources": "~0.6.0",
|
|
"@anticrm/task": "~0.6.0",
|
|
"@anticrm/task-resources": "~0.6.0",
|
|
"@anticrm/contact-resources": "~0.6.0",
|
|
"@anticrm/rekoni": "~0.6.0",
|
|
"@anticrm/notification": "~0.6.0",
|
|
"@anticrm/tags": "~0.6.1",
|
|
"@anticrm/calendar": "~0.6.0"
|
|
}
|
|
}
|