-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 995 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "allegiance-chess",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"postinstall": "patch-package"
},
"devDependencies": {
"@nx/cypress": "16.9.1",
"@nx/eslint-plugin": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/node": "16.9.1",
"@nx/vite": "16.9.1",
"@nx/web": "16.9.1",
"@swc-node/register": "^1.6.7",
"@swc/core": "1.3.90",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"cypress": "^13.0.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.13.4",
"nx": "16.9.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.2",
"swc-loader": "0.1.15",
"ts-node": "10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6",
"vite": "~4.4.9"
},
"dependencies": {
"tslib": "^2.6.2"
}
}