-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·110 lines (110 loc) · 3.17 KB
/
package.json
File metadata and controls
executable file
·110 lines (110 loc) · 3.17 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "playnite-web",
"version": "3.1.4",
"private": true,
"engines": {
"node": "24.12.0"
},
"workspaces": [
"apps/*",
"libs/**/*",
"dev-services",
".devcontainer"
],
"devDependencies": {
"@andrew-codes/playnite-plugin-installer-manifest": "workspace:*",
"@emotion/babel-plugin": "11.13.5",
"@eslint/js": "^9.39.2",
"@nx/cypress": "^22.3.3",
"@nx/eslint": "^22.3.3",
"@nx/eslint-plugin": "^22.3.3",
"@nx/jest": "^22.3.3",
"@nx/js": "^22.3.3",
"@nx/next": "22.3.3",
"@nx/react": "^22.3.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"@swc-node/register": "~1.11.1",
"@swc/cli": "~0.7.9",
"@swc/core": "~1.15.7",
"@swc/helpers": "~0.5.17",
"@swc/plugin-emotion": "^14.1.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.4",
"@types/react": "^19.2.7",
"@types/react-dom": "19.2.3",
"@typescript-eslint/parser": "^8.50.0",
"cross-env": "^10.1.0",
"cypress": "^15.8.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^17.2.3",
"esbuild": "^0.27.2",
"esbuild-register": "^3.6.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-cypress": "^5.2.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"glob": "^13.0.0",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jest-config": "^30.2.0",
"next": "^16.1.0",
"nx": "^22.3.3",
"prettier": "^3.7.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"release-commit-analyzer": "workspace:*",
"semantic-release": "^25.0.2",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.0",
"vite": "^7.3.0"
},
"resolutions": {
"braces@^3.0.2": "^3.0.3",
"braces@~3.0.2": "^3.0.3",
"cross-spawn@^6.0.5": "^6.0.6",
"cross-spawn@^5.0.1": "^6.0.6",
"electron@^23.1.2": "^35.7.5",
"got@^6.7.1": "^11.8.5",
"got@^11.7.0": "^11.8.5",
"graphql": "16.10.0",
"ip@^2.0.0": "2.0.1",
"jws@^3.2.2": "^3.2.3",
"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@*": "^19.2.3",
"react-dom@*": "^19.2.3",
"rollup@^2.43.1": "^2.79.2",
"rollup@^3.27.1": "^3.29.5",
"rollup@^4.20.0": "^4.22.4",
"tar-fs@3.0.4": "3.1.1",
"tar-fs": "^3.1.1",
"undici@^6.11.1": "^6.21.1",
"ws@^7.4.5": "^7.5.10",
"ws@^7.5.5": "^7.5.10",
"ws@8.133.0": "^8.18.3",
"ws": "^8.18.3"
},
"packageManager": "yarn@4.12.0",
"scripts": {
"prepare": "husky",
"release": "nx build playnite-plugin-installer-manifest && semantic-release"
}
}