mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"name": "@hcengineering/webpack-package",
|
|
"version": "0.6.0",
|
|
"scripts": {},
|
|
"peerDependencies": {
|
|
"webpack": "*"
|
|
},
|
|
"devDependencies": {
|
|
"svelte-loader": "^3.1.9",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|