platform/packages/panel/package.json
Alexander Platov d22b62c303
First layout Panel (#183)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2021-09-12 08:45:16 +02:00

27 lines
656 B
JSON

{
"name": "@anticrm/panel",
"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"
},
"dependencies": {
"@anticrm/ui": "~0.6.0",
"@anticrm/text-editor": "~0.6.0",
"svelte": "^3.37.0",
"@anticrm/platform": "~0.6.5"
}
}