2021-08-07 18:23:13 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/chunter-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 18:23:13 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"svelte-loader":"^3.1.2",
|
|
|
|
"sass":"^1.37.5",
|
|
|
|
"svelte-preprocess":"^4.7.4"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-20 19:22:42 +03:00
|
|
|
"@anticrm/core":"~0.6.11",
|
2021-08-08 15:52:05 +03:00
|
|
|
"@anticrm/platform":"~0.6.5",
|
2021-08-07 18:23:13 +03:00
|
|
|
"@anticrm/ui":"~0.6.0",
|
2021-11-09 20:39:38 +03:00
|
|
|
"@anticrm/presentation":"~0.6.2",
|
2021-08-07 18:23:13 +03:00
|
|
|
"@anticrm/chunter":"~0.6.0",
|
|
|
|
"svelte":"^3.37.0",
|
2021-08-18 14:28:03 +03:00
|
|
|
"@anticrm/text-editor":"~0.6.0",
|
2021-11-09 20:39:38 +03:00
|
|
|
"@anticrm/contact": "~0.6.2",
|
2021-10-24 13:14:33 +03:00
|
|
|
"@anticrm/view-resources": "~0.6.0",
|
|
|
|
"filesize": "^8.0.3"
|
2021-08-07 18:23:13 +03:00
|
|
|
}
|
|
|
|
}
|