-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@platforma-open/milaboratories.clonotype-browser",
"scripts": {
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
"build": "turbo run build",
"test": "turbo run test --concurrency 1 --env-mode=loose",
"mark-stable": "turbo run mark-stable",
"watch": "turbo watch build",
"changeset": "changeset",
"version-packages": "changeset version"
},
"devDependencies": {
"@changesets/cli": "catalog:",
"turbo": "catalog:"
},
"packageManager": "pnpm@9.12.0",
"//": {
"overrides": {
"@milaboratories/pl-model-common": "/path/to/platforma/lib/model/common/package.tgz",
"@platforma-sdk/model": "/path/to/platforma/sdk/model/package.tgz",
"@platforma-sdk/ui-vue": "/path/to/platforma/sdk/ui-vue/package.tgz",
"@platforma-sdk/workflow-tengo": "/path/to/platforma/sdk/workflow-tengo/package.tgz",
"@milaboratories/uikit": "/path/to/platforma/lib/ui/uikit/package.tgz"
}
},
"pnpm": {
"overrides": {
"nanoid@<3.3.8": ">=3.3.8",
"esbuild@<=0.24.2": ">=0.25.0",
"vitest@>=2.0.0 <2.1.9": ">=2.1.9",
"vite@>=5.0.0 <=5.4.11": ">=5.4.12",
"vite@>=6.0.0 <=6.0.8": ">=6.0.9"
}
}
}