-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·85 lines (85 loc) · 2.24 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "playnite-web",
"version": "3.1.4",
"private": true,
"engines": {
"node": "22.14.0",
"yarn": "4.6.0"
},
"workspaces": [
"apps/*",
"libs/**/*",
"hass-*/",
".devcontainer"
],
"devDependencies": {
"@andrew-codes/playnite-plugin-installer-manifest": "workspace:*",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.7",
"glob": "^11.0.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"nx": "^20.4.2",
"prettier": "^3.5.0",
"semantic-release": "^24.2.2",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typedoc": "^0.27.7",
"typedoc-plugin-markdown": "^4.4.2",
"typescript": "^5.7.3",
"typescript-remix-routes-plugin": "^1.0.1"
},
"dependenciesMeta": {
"@nx/jest@17.1.3": {
"unplugged": true
},
"prettier@3.5.0": {
"unplugged": true
}
},
"resolutions": {
"axios": "^1.7.4",
"braces@^3.0.2": "^3.0.3",
"braces@~3.0.2": "^3.0.3",
"cross-spawn": "^7.0.5",
"cross-spawn@^6.0.5": "^6.0.6",
"cypress": "14.0.3",
"dset": "^3.1.4",
"esbuild": "0.25.0",
"express": "^4.21.1",
"graphql": "16.10.0",
"http-proxy-middleware": "^2.0.6",
"ip@^2.0.0": "2.0.1",
"micromatch@^4.0.0": "^4.0.8",
"micromatch@^4.0.2": "^4.0.8",
"micromatch@^4.0.4": "^4.0.8",
"micromatch@^4.0.5": "^4.0.8",
"micromatch@^4.0.7": "^4.0.8",
"path-to-regexp@0.1.10": " ^0.1.12",
"postcss@^8.4.19": "^8.5.2",
"react-dom": "^18.3.1",
"react": "^18.3.1",
"rollup@^2.43.1": "^2.79.2",
"rollup@^3.27.1": "^3.29.5",
"rollup@^4.20.0": "^4.22.4",
"undici@^6.11.1": "^6.21.1",
"vite@4.5.9": "^4.5.6",
"ws@^7.4.5": "^7.5.10",
"ws@^7.5.5": "^7.5.10"
},
"packageManager": "yarn@4.6.0",
"scripts": {
"docs/generate": "typedoc --tsconfig tsconfig.typedoc.json",
"prepare": "husky"
}
}