forked from Afordin/hackafor-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.89 KB
/
package.json
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": "hackafor-2",
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"clean": "git clean -xdf node_modules",
"dev": "vite",
"format": "prettier --check \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"",
"format:fix": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,mdx,json}\"",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.41.1",
"@unocss/reset": "^0.56.5",
"atropos": "^2.0.2",
"clsx": "^2.1.0",
"express": "^4.19.2",
"html-to-image": "^1.11.11",
"lodash.throttle": "^4.1.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-popper": "^2.3.0",
"react-router-dom": "^6.22.3",
"tailwind-merge": "^2.2.2",
"three": "0.134.0",
"vanta": "0.5.24",
"vite-plugin-ssr": "^0.4.142",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/types": "^19.0.3",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/lucide": "^1.1.178",
"@iconify-json/material-symbols": "^1.1.76",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/three": "0.134.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.0",
"typescript": "^5.3.2",
"unocss": "^0.56.5",
"vite": "^4.4.5"
}
}