-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.13 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.13 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
{
"name": "@hype-stack/source",
"version": "0.0.0",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"nx": "nx",
"dev": "nx run-many --target=serve --parallel --skip-nx-cache",
"graph": "nx graph",
"reset": "nx reset",
"build": "nx run-many --target=build --parallel --skip-nx-cache --verbose",
"lint": "oxlint .",
"lint:fix": "oxlint --fix .",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"test": "nx run-many --target=test --parallel --skip-nx-cache",
"typecheck": "nx run-many --target=typecheck --projects=backend,frontend --parallel=1 --skip-nx-cache"
},
"private": true,
"dependencies": {
"@casl/ability": "^6.8.1",
"@casl/react": "^6.0.0",
"@hyper-fetch/core": "^8.1.1",
"@hyper-fetch/react": "^8.1.1",
"@hyper-fetch/sockets": "^8.1.1",
"@sentry/electron": "^7.11.0",
"@sentry/node": "^10.50.0",
"@sentry/react": "^10.50.0",
"@sentry/vite-plugin": "^5.2.0",
"@vitejs/plugin-react": "^6.0.1",
"dotenv": "^17.4.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-svgr": "^5.2.0",
"zod": "^4.1.5"
},
"devDependencies": {
"@nx/devkit": "22.3.3",
"@nx/esbuild": "22.3.3",
"@nx/js": "22.3.3",
"@nx/node": "22.3.3",
"@nx/playwright": "22.3.3",
"@nx/react": "22.3.3",
"@nx/vite": "22.3.3",
"@nx/web": "22.3.3",
"@nx/workspace": "22.3.3",
"@playwright/test": "^1.59.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.6.0",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@vitest/coverage-v8": "4.1.5",
"@vitest/ui": "4.1.5",
"nx": "22.3.3",
"oxfmt": "^0.46.0",
"oxlint": "^1.61.0",
"typescript": "6.0.3",
"vite": "8.0.10",
"vitest": "^4.1.5"
},
"workspaces": [
"apps/*",
"packages/*",
"shared/*",
"libs/*"
],
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8"
}