-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "hackertracker-web",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vp dev",
"build": "tsc -b && vp build",
"postbuild": "cp dist/index.html dist/404.html",
"check": "vp check",
"lint": "vp lint",
"fmt": "vp fmt",
"fmt:check": "vp fmt --check",
"preview": "vp preview"
},
"dependencies": {
"@headlessui/react": "^2.2.7",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.12",
"firebase": "^12.2.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"react-router": "^7.8.2",
"react-virtuoso": "^4.18.6",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^6.0.3",
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vite-plus": "latest"
},
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
},
"packageManager": "npm@11.13.0"
}