-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·90 lines (90 loc) · 2.85 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "client",
"version": "1.0.0",
"description": "> TODO: description",
"author": "Harrylever <[email protected]>",
"homepage": "",
"license": "ISC",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write .",
"prepare": "husky"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.9.0",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^1.9.7",
"@signalapp/libsignal-client": "^0.62.0",
"@tanstack/react-query": "^5.51.21",
"axios": "^1.5.1",
"caniuse-lite": "^1.0.30001680",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"comlink": "^4.4.2",
"emoji-mart": "^5.6.0",
"framer-motion": "^11.5.4",
"hamburger-react": "^2.5.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-forge": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.1.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.1",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.13.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.17.0",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"unique-names-generator": "^4.7.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@types/lodash": "^4.17.13",
"@types/node": "^20.12.7",
"@types/node-forge": "^1.3.11",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.8",
"@types/socket.io-client": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"husky": "^9.1.7",
"postcss": "^8.4.31",
"prettier": "^3.3.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-comlink": "^5.1.0"
}
}