platform/plugins/recruit-resources/package.json
Andrey Platov 18bcd8944d
introduce @anticrm/panel package
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-09-11 21:09:39 +02:00

36 lines
967 B
JSON

{
"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",
"test": "jest",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"format": "prettier --write 'src/**/*.{ts*,js*,yml}' && eslint --fix src"
},
"devDependencies": {
"svelte-loader":"^3.1.2",
"sass":"^1.37.5",
"svelte-preprocess":"^4.7.4",
"@types/deep-equal":"^1.0.1"
},
"dependencies": {
"@anticrm/platform": "~0.6.5",
"@anticrm/core": "~0.6.11",
"svelte": "^3.37.0",
"@anticrm/recruit": "~0.6.0",
"@anticrm/ui": "~0.6.0",
"@anticrm/presentation": "~0.6.1",
"@anticrm/text-editor": "~0.6.0",
"@anticrm/chunter": "~0.6.0",
"@anticrm/contact": "~0.6.0",
"@anticrm/login": "~0.6.0",
"deep-equal": "^2.0.5",
"@anticrm/panel": "~0.6.0"
}
}