2021-08-05 02:31:54 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/ui",
|
2023-11-27 12:13:14 +03:00
|
|
|
"version": "0.6.11",
|
2021-08-05 02:31:54 +03:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2024-02-12 19:57:11 +03:00
|
|
|
"build": "compile ui",
|
|
|
|
"build:watch": "compile ui",
|
2021-08-05 02:31:54 +03:00
|
|
|
"build:docs": "api-extractor run --local",
|
2023-10-24 19:00:18 +03:00
|
|
|
"format": "format src",
|
2024-02-12 19:57:11 +03:00
|
|
|
"svelte-check": "do-svelte-check",
|
|
|
|
"_phase:svelte-check": "do-svelte-check",
|
|
|
|
"_phase:build": "compile ui",
|
2024-02-23 08:37:22 +03:00
|
|
|
"_phase:format": "format src",
|
|
|
|
"_phase:validate": "compile validate"
|
2021-08-05 02:31:54 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-15 12:33:12 +03:00
|
|
|
"svelte-loader": "^3.2.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"sass": "^1.53.0",
|
2024-03-15 12:33:12 +03:00
|
|
|
"svelte-preprocess": "^5.1.3",
|
2024-04-24 17:36:17 +03:00
|
|
|
"svelte-check": "^3.6.9",
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
2023-11-20 13:01:43 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-11-02 11:50:14 +03:00
|
|
|
"eslint-plugin-n": "^15.4.0",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2024-03-15 12:33:12 +03:00
|
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
|
|
"prettier-plugin-svelte": "^3.2.2",
|
2023-11-20 13:01:43 +03:00
|
|
|
"eslint": "^8.54.0",
|
|
|
|
"prettier": "^3.1.0",
|
2024-02-12 19:57:11 +03:00
|
|
|
"typescript": "^5.3.3",
|
2023-10-07 13:38:21 +03:00
|
|
|
"@types/jest": "^29.5.5",
|
|
|
|
"jest": "^29.7.0",
|
2023-11-20 13:01:43 +03:00
|
|
|
"ts-jest": "^29.1.1",
|
|
|
|
"svelte-eslint-parser": "^0.33.1"
|
2021-08-05 02:31:54 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-04 08:12:11 +03:00
|
|
|
"@hcengineering/platform": "^0.6.9",
|
|
|
|
"@hcengineering/theme": "^0.6.3",
|
2023-11-27 12:13:14 +03:00
|
|
|
"@hcengineering/core": "^0.6.28",
|
2024-03-15 12:33:12 +03:00
|
|
|
"svelte": "^4.2.12",
|
2024-04-12 08:23:32 +03:00
|
|
|
"fast-equals": "^5.0.1",
|
2023-05-04 15:34:51 +03:00
|
|
|
"autolinker": "4.0.0",
|
2023-12-05 08:38:12 +03:00
|
|
|
"emoji-regex": "^10.1.0",
|
2024-02-15 21:58:17 +03:00
|
|
|
"date-fns": "^2.30.0",
|
2024-04-12 08:23:32 +03:00
|
|
|
"date-fns-tz": "^2.0.0",
|
|
|
|
"@hcengineering/analytics": "^0.6.0"
|
2022-09-21 11:08:25 +03:00
|
|
|
},
|
2022-10-13 11:16:39 +03:00
|
|
|
"repository": "https://github.com/hcenginneing/anticrm",
|
2022-09-21 11:08:25 +03:00
|
|
|
"publishConfig": {
|
2022-10-13 11:16:39 +03:00
|
|
|
"registry": "https://npm.pkg.github.com"
|
2021-08-05 02:31:54 +03:00
|
|
|
}
|
|
|
|
}
|