mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 09:13:07 +03:00
4e3063fff1
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@hcengineering/ui-package",
|
|
"version": "0.6.0",
|
|
"main": "src/index.ts",
|
|
"#overrideKeys": ["main"],
|
|
"scripts": {
|
|
"_phase:build": "compile ui",
|
|
"_phase:validate": "compile validate",
|
|
"_phase:format": "format src",
|
|
"build": "compile ui",
|
|
"build:watch": "compile ui",
|
|
"format": "format src"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"svelte-loader":"^3.2.0",
|
|
"sass":"^1.53.0",
|
|
"svelte-preprocess":"^5.1.3",
|
|
"@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": "^8.54.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"prettier-plugin-svelte": "^3.2.2",
|
|
"svelte-eslint-parser": "^0.33.1",
|
|
"prettier": "^3.1.0",
|
|
"svelte-check": "^3.6.9",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest":"^29.5.5",
|
|
"typescript":"^5.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "*"
|
|
},
|
|
"dependencies": {
|
|
"svelte": "^4.2.12"
|
|
},
|
|
"#replaces": [
|
|
".eslintrc.js",
|
|
"postcss.config.js",
|
|
"svelte.config.js",
|
|
"tsconfig.json",
|
|
".prettierrc"
|
|
],
|
|
"#clean": ["@types/heft-jest", "@rushstack/heft"]
|
|
}
|