2021-11-18 15:48:05 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/activity-resources",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "svelte-check",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"format": "prettier --write --plugin-search-dir=. src && eslint --fix src",
|
|
|
|
"svelte-check": "svelte-check"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"svelte-loader":"^3.1.2",
|
|
|
|
"sass":"^1.37.5",
|
|
|
|
"svelte-preprocess":"^4.7.4",
|
|
|
|
"@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-plugin-svelte3": "~3.2.1",
|
|
|
|
"prettier-plugin-svelte": "^2.2.0",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"svelte-check": "^2.2.10"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@anticrm/core":"~0.6.11",
|
|
|
|
"@anticrm/platform":"~0.6.5",
|
|
|
|
"@anticrm/ui":"~0.6.0",
|
|
|
|
"@anticrm/presentation":"~0.6.2",
|
|
|
|
"@anticrm/activity":"~0.6.0",
|
|
|
|
"svelte":"^3.37.0",
|
|
|
|
"@anticrm/chunter":"~0.6.1",
|
|
|
|
"@anticrm/text-editor":"~0.6.0",
|
|
|
|
"@anticrm/contact":"~0.6.2",
|
2021-11-23 21:46:34 +03:00
|
|
|
"@anticrm/view": "~0.6.0",
|
|
|
|
"@anticrm/view-resources": "~0.6.0"
|
2021-11-18 15:48:05 +03:00
|
|
|
}
|
|
|
|
}
|