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