mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 22:12:44 +03:00
ec5646504a
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
31 lines
800 B
JSON
31 lines
800 B
JSON
{
|
|
"name": "@anticrm/presentation",
|
|
"version": "0.6.2",
|
|
"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",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@anticrm/platform": "~0.6.5",
|
|
"@anticrm/core": "~0.6.11",
|
|
"@anticrm/query": "~0.6.1",
|
|
"@anticrm/ui": "~0.6.0",
|
|
"@anticrm/view": "~0.6.0",
|
|
"svelte": "^3.37.0",
|
|
"@anticrm/contact": "~0.6.2",
|
|
"@anticrm/chunter": "~0.6.0",
|
|
"@anticrm/login": "~0.6.1"
|
|
}
|
|
}
|