-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1000 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1000 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": "root",
"private": true,
"scripts": {
"dev": "pnpx lerna run dev",
"build": "pnpx lerna run build"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typed-document-node": "^5.0.9",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@nestjs/common": "~11.0.12",
"@nestjs/graphql": "~13.0.4",
"@nestjs/typeorm": "~11.0.0",
"@types/node": "^22.13.14",
"@vendure/cli": "3.2.2",
"@vendure/common": "3.2.2",
"@vendure/core": "3.2.2",
"graphql-tag": "^2.12.6",
"lerna": "^8.2.1",
"rimraf": "^6.0.1",
"typescript": "5.3.3",
"graphql": "^16.10.0",
"typeorm": "^0.3.21"
},
"pnpm": {
"overrides": {
"html-minifier": "npm:html-minifier-terser@7.1.0"
}
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}