mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 20:25:56 +03:00
07d35f0827
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@hcengineering/theme",
|
|
"version": "0.6.5",
|
|
"main": "src/index.ts",
|
|
"svelte": "^4.2.5",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "compile ui",
|
|
"format": "format src",
|
|
"build:watch": "compile ui",
|
|
"_phase:build": "compile ui",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate"
|
|
},
|
|
"devDependencies": {
|
|
"svelte-loader": "^3.2.0",
|
|
"sass": "^1.53.0",
|
|
"svelte-preprocess": "^5.1.3",
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.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",
|
|
"prettier-plugin-svelte": "^3.2.2",
|
|
"eslint": "^8.54.0",
|
|
"prettier": "^3.1.0",
|
|
"svelte-check": "^3.6.9",
|
|
"typescript": "^5.3.3",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest": "^29.5.5",
|
|
"svelte-eslint-parser": "^0.33.1"
|
|
},
|
|
"dependencies": {
|
|
"svelte": "^4.2.12",
|
|
"@hcengineering/platform": "^0.6.11",
|
|
"@hcengineering/analytics": "^0.6.0"
|
|
},
|
|
"repository": "https://github.com/hcenginneing/anticrm",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
}
|
|
}
|