2021-11-22 15:06:14 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/setting-resources",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2022-07-02 09:30:37 +03:00
|
|
|
"build": "tsc --noEmit && echo build",
|
2021-11-22 15:06:14 +03:00
|
|
|
"build:docs": "api-extractor run --local",
|
2021-12-01 12:27:29 +03:00
|
|
|
"lint": "svelte-check && eslint",
|
2021-11-22 15:06:14 +03:00
|
|
|
"lint:fix": "eslint --fix src",
|
2022-01-14 12:06:32 +03:00
|
|
|
"format": "prettier --write --plugin-search-dir=. src && eslint --fix src",
|
|
|
|
"svelte-check": "svelte-check"
|
2021-11-22 15:06:14 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-02 09:30:37 +03:00
|
|
|
"svelte-loader": "^3.1.3",
|
|
|
|
"sass": "^1.53.0",
|
|
|
|
"svelte-preprocess": "^4.10.7",
|
2021-12-01 12:27:29 +03:00
|
|
|
"@anticrm/platform-rig": "~0.6.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
|
|
"@typescript-eslint/parser": "^5.30.0",
|
2021-11-22 15:06:14 +03:00
|
|
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
2022-07-02 09:30:37 +03:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2021-11-22 15:06:14 +03:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"eslint-plugin-promise": "^6.0.0",
|
2022-06-03 19:44:11 +03:00
|
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
2022-04-29 08:27:17 +03:00
|
|
|
"prettier-plugin-svelte": "^2.7.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"eslint": "^8.18.0",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"svelte-check": "^2.8.0",
|
2021-12-01 12:27:29 +03:00
|
|
|
"typescript": "^4.3.5"
|
2021-11-22 15:06:14 +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-04-28 15:03:10 +03:00
|
|
|
"svelte": "^3.47",
|
2022-04-29 08:27:17 +03:00
|
|
|
"@anticrm/setting": "~0.6.1",
|
2022-03-17 08:07:47 +03:00
|
|
|
"@anticrm/contact": "~0.6.5",
|
|
|
|
"@anticrm/attachment": "~0.6.1",
|
2021-11-22 15:06:14 +03:00
|
|
|
"@anticrm/ui": "~0.6.0",
|
2021-12-14 12:24:14 +03:00
|
|
|
"@anticrm/presentation": "~0.6.2",
|
|
|
|
"@anticrm/view": "~0.6.0",
|
|
|
|
"@anticrm/view-resources": "~0.6.0",
|
2022-01-18 12:05:16 +03:00
|
|
|
"@anticrm/login-resources": "~0.6.2",
|
2021-12-15 12:04:43 +03:00
|
|
|
"@anticrm/task": "~0.6.0",
|
2022-01-24 12:35:58 +03:00
|
|
|
"@anticrm/contact-resources": "~0.6.0",
|
2022-05-28 07:05:36 +03:00
|
|
|
"@anticrm/login": "~0.6.1",
|
|
|
|
"@anticrm/model": "~0.6.0"
|
2021-11-22 15:06:14 +03:00
|
|
|
}
|
|
|
|
}
|