mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 19:32:22 +02:00
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "@hcengineering/ui",
|
|
"version": "0.7.0",
|
|
"main": "src/index.ts",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "compile ui",
|
|
"build:watch": "compile ui",
|
|
"build:docs": "api-extractor run --local",
|
|
"format": "format src",
|
|
"svelte-check": "do-svelte-check",
|
|
"test": "jest --passWithNoTests --silent",
|
|
"_phase:svelte-check": "do-svelte-check",
|
|
"_phase:build": "compile ui",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate",
|
|
"_phase:test": "jest --passWithNoTests --silent"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "workspace:^0.7.19",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/jest": "^29.5.5",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"sass": "^1.80.0",
|
|
"svelte-check": "^3.6.9",
|
|
"svelte-eslint-parser": "^0.33.1",
|
|
"svelte-loader": "^3.2.0",
|
|
"svelte-preprocess": "^5.1.4",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/analytics": "workspace:^0.7.17",
|
|
"@hcengineering/core": "workspace:^0.7.23",
|
|
"@hcengineering/platform": "workspace:^0.7.19",
|
|
"@hcengineering/theme": "workspace:^0.7.0",
|
|
"autolinker": "4.0.0",
|
|
"date-fns": "^2.30.0",
|
|
"date-fns-tz": "^2.0.0",
|
|
"dompurify": "^3.1.6",
|
|
"emojibase": "^16.0.0",
|
|
"emojibase-regex": "^16.0.0",
|
|
"fast-equals": "^5.2.2",
|
|
"svelte": "^4.2.20",
|
|
"plyr": "3.7.8",
|
|
"blurhash": "^2.0.5"
|
|
},
|
|
"repository": "https://github.com/hcengineering/platform",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|