-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 660 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "apollo-client",
"description": "Example demonstrating Apollo Client with Module Federation.",
"version": "0.0.0",
"scripts": {
"legacy:start": "pnpm --filter apollo-client_* --parallel legacy:start",
"legacy:build": "pnpm --filter apollo-client_* --parallel legacy:build",
"start": "pnpm --filter apollo-client_* --parallel start",
"serve": "pnpm --filter apollo-client_* --parallel serve",
"build": "pnpm --filter apollo-client_* --parallel build",
"e2e:ci": "npx playwright test",
"legacy:e2e:ci": "npx playwright test"
},
"devDependencies": {
"@playwright/test": "1.58.2",
"wait-on": "7.2.0"
}
}