-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.83 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.83 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
{
"name": "sshh",
"private": true,
"type": "module",
"engines": {
"bun": ">=1.3.6"
},
"scripts": {
"dev": "vite dev --port 3000",
"build": "bun vite build",
"preview": "bun vite preview",
"lint": "bun eslint",
"format": "bun prettier --write . && eslint --fix",
"check": "bun prettier --check .",
"test": "vitest run",
"test:watch": "vitest",
"generate": "pwa-assets-generator"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-db": "^0.1.69",
"@tanstack/react-devtools": "^0.7.11",
"@tanstack/react-router": "^1.157.18",
"@tanstack/react-store": "^0.8.0",
"@tanstack/router-plugin": "^1.157.18",
"@tanstack/rxdb-db-collection": "^0.1.57",
"@tanstack/store": "^0.8.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-image": "^0.9.0",
"@xterm/addon-web-fonts": "^0.1.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"lucide-react": "^0.561.0",
"marked": "^17.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rxdb": "^15.0.0",
"tailwindcss": "^4.1.18",
"vite-tsconfig-paths": "^6.0.5",
"zod": "^4.3.5"
},
"devDependencies": {
"@nfen/webcrypto-ts": "^0.2.3",
"@tanstack/devtools-event-client": "^0.4.0",
"@tanstack/devtools-vite": "^0.3.12",
"@tanstack/eslint-config": "^0.3.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.19.7",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "^1.0.0",
"jsdom": "^27.4.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^3.2.4",
"web-vitals": "^5.1.0"
}
}