-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 880 Bytes
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
{
"name": "mmgc-monorepo",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"dev:online": "turbo dev:online --filter=mirai-offcial-website",
"dev:adminonline": "corepack pnpm --filter @mmgc/admin run dev:adminonline",
"dev:admin-next": "corepack pnpm --filter @mmgc/admin-next run dev",
"dev:admin-next-online": "corepack pnpm --filter @mmgc/admin-next run dev:online",
"build:admin-next": "corepack pnpm --filter @mmgc/admin-next run build",
"lint": "turbo lint",
"start": "turbo start"
},
"devDependencies": {
"@nuxtjs/sitemap": "^7.6.0",
"turbo": "2.8.16"
},
"pnpm": {
"overrides": {
"bin-wrapper": "npm:bin-wrapper-china",
"gifsicle": "5.2.0"
},
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
},
"packageManager": "pnpm@9.15.4"
}