2021-08-07 20:03:06 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/recruit-resources",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "",
|
|
|
|
"build:docs": "api-extractor run --local",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"lint:fix": "eslint --fix src",
|
2021-09-11 11:05:24 +03:00
|
|
|
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && eslint --fix src"
|
2021-08-07 20:03:06 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"svelte-loader":"^3.1.2",
|
|
|
|
"sass":"^1.37.5",
|
2021-09-09 11:58:27 +03:00
|
|
|
"svelte-preprocess":"^4.7.4",
|
|
|
|
"@types/deep-equal":"^1.0.1"
|
2021-08-07 20:03:06 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-08 15:52:05 +03:00
|
|
|
"@anticrm/platform": "~0.6.5",
|
2021-08-20 19:22:42 +03:00
|
|
|
"@anticrm/core": "~0.6.11",
|
2021-08-07 20:03:06 +03:00
|
|
|
"svelte": "^3.37.0",
|
|
|
|
"@anticrm/recruit": "~0.6.0",
|
|
|
|
"@anticrm/ui": "~0.6.0",
|
2021-08-09 00:06:52 +03:00
|
|
|
"@anticrm/presentation": "~0.6.1",
|
2021-08-07 20:03:06 +03:00
|
|
|
"@anticrm/text-editor": "~0.6.0",
|
|
|
|
"@anticrm/chunter": "~0.6.0",
|
2021-08-17 16:09:15 +03:00
|
|
|
"@anticrm/contact": "~0.6.0",
|
2021-09-09 11:58:27 +03:00
|
|
|
"@anticrm/login": "~0.6.0",
|
2021-09-11 22:09:39 +03:00
|
|
|
"deep-equal": "^2.0.5",
|
2021-09-27 20:24:15 +03:00
|
|
|
"@anticrm/panel": "~0.6.0",
|
2021-10-08 17:49:46 +03:00
|
|
|
"@anticrm/chunter-resources": "~0.6.0",
|
2021-10-13 11:38:35 +03:00
|
|
|
"@anticrm/view": "~0.6.0",
|
|
|
|
"@anticrm/view-resources": "~0.6.0"
|
2021-08-07 20:03:06 +03:00
|
|
|
}
|
|
|
|
}
|