-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "elevenfm",
"version": "1.0.0",
"description": "",
"scripts": {
"web": "pnpm --filter elevenfm-web",
"shared": "pnpm --filter elevenfm-shared",
"dev": "nx dev elevenfm-web",
"build": "nx build elevenfm-web",
"start": "nx start elevenfm-web",
"lint": "nx lint elevenfm-web",
"release": "changeset",
"release:publish": "pnpm shared build && changeset publish --provenance --access public",
"gen": "graphql-codegen",
"update": "ncu -i"
},
"keywords": [],
"author": "sebastianwd",
"pnpm": {
"overrides": {
"jsdom@<=16.4.0": ">=16.5.0",
"tough-cookie@<4.1.3": ">=4.1.3",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"nth-check@<2.0.1": ">=2.0.1",
"next": ">=14.1.4",
"graphql": "^16.6.0",
"@auth/core": ">=0.30.0"
},
"patchedDependencies": {
"genius-lyrics-api": "patches/genius-lyrics-api.patch"
}
},
"devDependencies": {
"@changesets/cli": "^2.27.3",
"@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"
}
}