-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.77 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "audio-hq",
"version": "1.0.2",
"pnpm": {
"overrides": {
"long": "workspace:@audio-hq/[email protected]",
"postcss@<8.4.31": ">=8.4.31",
"next@>=0.9.9 <13.4.20-canary.13": ">=13.4.20-canary.13",
"graphql@>=16.3.0 <16.8.1": ">=16.8.1",
"follow-redirects@<1.15.4": ">=1.15.4",
"mongodb@>=5.0.0 <5.8.0": ">=5.8.0",
"jose@>=3.0.0 <=4.15.4": ">=4.15.5",
"follow-redirects@<=1.15.5": ">=1.15.6",
"@babel/traverse@<7.23.2": ">=7.23.2",
"next@>=13.4.0 <14.1.1": ">=14.1.1",
"tar@<6.2.1": ">=6.2.1",
"axios@>=1.0.0 <1.6.0": ">=1.6.0",
"ip@=2.0.0": ">=2.0.1",
"braces@<3.0.3": ">=3.0.3",
"next@>=13.4.0 <13.5.1": ">=13.5.1",
"ejs@<3.1.10": ">=3.1.10",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
"micromatch@<4.0.8": ">=4.0.8",
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0",
"zod@<=3.22.2": ">=3.22.3",
"dset@<3.1.4": ">=3.1.4",
"rollup@<2.79.2": ">=2.79.2",
"cookie@<0.7.0": ">=0.7.0",
"next@>=13.3.1 <13.5.0": ">=13.5.0",
"next@>=10.0.0 <14.2.7": ">=14.2.7",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8",
"next@>=9.5.5 <14.2.15": ">=14.2.15"
}
},
"devDependencies": {
"lerna": "^7.1.4",
"nx": "^16.6.0"
},
"scripts": {
"build": "lerna run --load-env-files --stream build",
"start": "lerna run --parallel --stream start",
"publish-images": "source .env.dev && docker buildx bake --push --set *.platform=linux/amd64,linux/arm64"
}
}