forked from AOSSIE-Org/Rein
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
{
"name": "app",
"private": true,
"type": "module",
"scripts": {
"predev": "biome check . --write",
"dev": "vite dev --host --open",
"start": "vite preview --host --open",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"check": "biome check .",
"check:fix": "biome check . --write"
},
"dependencies": {
"@nut-tree-fork/nut-js": "^4.2.6",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-router-ssr-query": "^1.131.7",
"@tanstack/react-start": "^1.132.0",
"@tanstack/router-plugin": "^1.132.0",
"lucide-react": "^0.561.0",
"nitro": "npm:nitro-nightly@latest",
"qrcode": "^1.5.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"vite-tsconfig-paths": "^6.0.2",
"winston": "^3.19.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/devtools-vite": "^0.3.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/ws": "^8.5.14",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.23",
"daisyui": "^5.5.14",
"jsdom": "^27.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tsx": "^4.19.0",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vitest": "^3.0.5"
}
}