-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 844 Bytes
/
package.json
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
{
"name": "all-in-one-graphql-music",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "nx dev music-web",
"build": "nx build music-web",
"start": "nx start music-web",
"lint": "nx lint music-web",
"gen": "graphql-codegen",
"update": "ncu -i"
},
"keywords": [],
"devDependencies": {
"@graphql-codegen/add": "^5.0.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@nx/eslint": "20.0.8",
"eslint": "^9.14.0",
"npm-check-updates": "^16.14.20",
"nx": "20.0.8",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
}
}