-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.32 KB
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.32 KB
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
{
"name": "ship",
"scripts": {
"infra": "bash ./bin/start.sh mongo redis mongo-replicator",
"turbo-start": "turbo run development",
"docker": "bash ./bin/start.sh",
"start": "bash ./bin/run-all.sh",
"prepare": "husky install"
},
"devDependencies": {
"husky": "8.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"turbo": "1.8.3"
},
"optionalDependencies": {
"@next/swc-android-arm64": "13.2.4",
"@next/swc-darwin-arm64": "13.2.4",
"@next/swc-darwin-x64": "13.2.4",
"@next/swc-linux-arm-gnueabihf": "13.2.4",
"@next/swc-linux-arm64-gnu": "13.2.4",
"@next/swc-linux-arm64-musl": "13.2.4",
"@next/swc-linux-x64-gnu": "13.2.4",
"@next/swc-linux-x64-musl": "13.2.4",
"@next/swc-win32-arm64-msvc": "13.2.4",
"@next/swc-win32-ia32-msvc": "13.2.4",
"@next/swc-win32-x64-msvc": "13.2.4",
"turbo-android-arm64": "1.4.7",
"turbo-darwin-64": "1.8.3",
"turbo-darwin-arm64": "1.8.3",
"turbo-freebsd-64": "1.4.7",
"turbo-freebsd-arm64": "1.4.7",
"turbo-linux-32": "1.4.7",
"turbo-linux-64": "1.8.3",
"turbo-linux-arm": "1.4.7",
"turbo-linux-arm64": "1.8.3",
"turbo-linux-mips64le": "1.4.7",
"turbo-linux-ppc64le": "1.4.7",
"turbo-windows-32": "1.4.7",
"turbo-windows-64": "1.8.3",
"turbo-windows-arm64": "1.8.3"
}
}