-
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) · 1.63 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.63 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": "@htch/source",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"start:infra": "nx run-many -t dev --nx-bail --output-style=stream",
"docs": "adr new",
"postdocs": "adr-log -i -d doc/adr",
"lint": "deno lint --fix",
"format": "deno fmt"
},
"private": true,
"dependencies": {
"@react-router/node": "^7.2.0",
"@react-router/serve": "^7.2.0",
"@tailwindcss/vite": "^4.0.16",
"better-auth": "^1.2.4",
"isbot": "^4.4.0",
"lucide-react": "^0.484.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "^7.2.0",
"rich-domain": "^1.26.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/js": "20.6.4",
"@nx/react": "20.6.4",
"@nx/vite": "20.6.4",
"@nx/web": "20.6.4",
"@nx/workspace": "20.6.4",
"@react-router/dev": "^7.2.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@types/node": "^20.0.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"nx": "20.6.4",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"vite": "^6.0.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.0"
},
"workspaces": [
"apps/*",
"libs/*"
],
"nx": {
"targets": {
"lint": {
"cache": true
},
"format": {
"cache": true
}
}
}
}