mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +03:00
9075e300ca
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@hcengineering/ui-package",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": "tsc --noEmit --outDir ./dist_cache && echo build",
|
|
"build:watch": "tsc --noEmit --outDir ./dist_cache",
|
|
"lint:fix": "eslint --fix src",
|
|
"lint": "svelte-check && eslint",
|
|
"format": "prettier --write --plugin-search-dir=. src && eslint --fix src"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"svelte-loader":"^3.1.3",
|
|
"sass":"^1.53.0",
|
|
"svelte-preprocess":"5.0.3",
|
|
"@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": "^8.26.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"prettier-plugin-svelte": "^2.8.0",
|
|
"prettier": "^2.7.1",
|
|
"svelte-check": "3.5.2",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest":"^29.5.5"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "*"
|
|
},
|
|
"dependencies": {
|
|
"svelte": "3.55.1"
|
|
},
|
|
"#replaces": [
|
|
".eslintrc.js",
|
|
"postcss.config.js",
|
|
"svelte.config.js",
|
|
"tsconfig.json"
|
|
],
|
|
"#clean": ["@types/heft-jest", "@rushstack/heft"]
|
|
}
|