platform/packages/theme/package.json
Andrey Sobolev e85cf1eeab
Allow to cache rush format action (#3878) (#3880)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-10-24 23:00:18 +07:00

45 lines
1.3 KiB
JSON

{
"name": "@hcengineering/theme",
"version": "0.6.3",
"main": "src/index.ts",
"svelte": "3.55.1",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "tsc --noEmit --outDir ./dist_cache && echo build",
"lint": "svelte-check && eslint",
"lint:fix": "eslint --fix src",
"format": "format src",
"build:watch": "tsc --noEmit --outDir ./dist_cache"
},
"devDependencies": {
"svelte-loader": "^3.1.3",
"sass": "^1.53.0",
"svelte-preprocess": "5.0.3",
"@hcengineering/platform-rig": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier-plugin-svelte": "^2.8.0",
"eslint": "^8.26.0",
"prettier": "^2.7.1",
"svelte-check": "3.5.2",
"typescript": "^5.2.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5"
},
"dependencies": {
"svelte": "3.55.1",
"@hcengineering/platform": "^0.6.9"
},
"repository": "https://github.com/hcenginneing/anticrm",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}