-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 954 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 954 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
32
33
{
"name": "kubelt",
"version": "0.1.0",
"private": true,
"useWorkspaces": true,
"workspaces": [
"packages",
"platform",
"projects",
"apps",
"smartcontracts"
],
"scripts": {
"gql": "yarn workspaces foreach -p -v -i run gql",
"dev:gql": "run-p \"gql:* -- --watch\"",
"dev": "yarn workspaces foreach -i -v -p run dev",
"start": "echo \"Run each frontend applications individually\"",
"build": "yarn workspaces foreach -p -v -i run build",
"test": "yarn workspaces foreach -p -v -i run test"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/client-preset": "1.1.1",
"@graphql-codegen/typescript-graphql-request": "4.5.7",
"@graphql-codegen/typescript-resolvers": "2.7.5",
"@playwright/test": "^1.27.1",
"graphql": "16.6.0",
"typescript": "4.8.4",
"wrangler": "2.1.15",
"yarn-run-all": "3.1.1"
},
"packageManager": "yarn@3.2.4"
}