forked from andrew-codes/playnite-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·65 lines (65 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "playnite-web",
"version": "3.1.4",
"private": true,
"engines": {
"node": "22.5.0",
"yarn": "^4.0.0"
},
"workspaces": [
"apps/*",
"libs/**/*",
"hass-*/",
".devcontainer"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.0",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"glob": "^10.4.5",
"husky": "^9.1.4",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"nx": "^19.5.1",
"prettier": "^3.3.3",
"semantic-release": "^24.0.0",
"ts-jest": "^29.2.3",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"typescript-remix-routes-plugin": "^1.0.1"
},
"dependenciesMeta": {
"@nx/[email protected]": {
"unplugged": true
},
"[email protected]": {
"unplugged": true
},
"[email protected]": {
"unplugged": true
}
},
"resolutions": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"cypress": "^13.13.3",
"ws@^7.4.5": "^7.5.10",
"ws@^7.5.5": "^7.5.10",
"braces@~3.0.2": "^3.0.3",
"braces@^3.0.2": "^3.0.3",
"ip@^2.0.0": "2.0.1",
"graphql": "16.9.0"
},
"packageManager": "[email protected]",
"scripts": {
"prepare": "husky"
}
}