2021-08-05 02:31:54 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/theme",
|
|
|
|
"version": "0.6.1",
|
2021-08-05 02:31:54 +03:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"svelte": "src/index.ts",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2022-09-09 06:44:33 +03:00
|
|
|
"build": "tsc --incremental --noEmit --outDir ./dist_cache && echo build",
|
2021-12-01 12:27:29 +03:00
|
|
|
"lint": "svelte-check && eslint",
|
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"format": "prettier --write --plugin-search-dir=. src && eslint --fix src"
|
2021-08-05 02:31:54 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-02 09:30:37 +03:00
|
|
|
"svelte-loader": "^3.1.3",
|
|
|
|
"sass": "^1.53.0",
|
|
|
|
"svelte-preprocess": "^4.10.7",
|
2022-09-21 11:08:25 +03:00
|
|
|
"@hcengineering/platform-rig": "~0.6.0",
|
2022-11-02 11:50:14 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
|
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-11-02 11:50:14 +03:00
|
|
|
"eslint-plugin-n": "^15.4.0",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2022-06-03 19:44:11 +03:00
|
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
2022-11-02 11:50:14 +03:00
|
|
|
"prettier-plugin-svelte": "^2.8.0",
|
|
|
|
"eslint": "^8.26.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"svelte-check": "^2.8.0",
|
2021-12-01 12:27:29 +03:00
|
|
|
"typescript": "^4.3.5"
|
2021-08-05 02:31:54 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-28 15:03:10 +03:00
|
|
|
"svelte": "^3.47",
|
2022-12-07 14:40:54 +03:00
|
|
|
"@hcengineering/platform": "^0.6.8"
|
2022-09-21 11:08:25 +03:00
|
|
|
},
|
2022-10-13 11:16:39 +03:00
|
|
|
"repository": "https://github.com/hcenginneing/anticrm",
|
2022-09-21 11:08:25 +03:00
|
|
|
"publishConfig": {
|
2022-10-13 11:16:39 +03:00
|
|
|
"registry": "https://npm.pkg.github.com"
|
2021-08-05 02:31:54 +03:00
|
|
|
}
|
|
|
|
}
|