-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
80 lines (80 loc) · 2.54 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
{
"name": "react-web-messenger",
"homepage": "https://bohdankushnerov.github.io/react-web-messenger",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@types/valid-url": "^1.0.7",
"@wavesurfer/react": "^1.0.6",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.9.3",
"firebase": "^10.3.1",
"i18next": "^23.7.8",
"immer": "^10.0.2",
"js-video-url-parser": "^0.5.1",
"libphonenumber-js": "^1.10.44",
"rc-progress": "^3.5.1",
"react": "^18.2.0",
"react-auth-code-input": "^3.2.1",
"react-avatar": "^5.0.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-file-icon": "^1.3.0",
"react-i18next": "^13.5.0",
"react-loading-skeleton": "^3.4.0",
"react-phone-input-2": "^2.15.1",
"react-player": "^2.14.1",
"react-router-dom": "^6.16.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5",
"use-debounce": "^10.0.0",
"uuid": "^9.0.0",
"valid-url": "^1.0.9",
"wavesurfer.js": "^7.7.5",
"yet-another-react-lightbox": "^3.16.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/runtime": "^7.22.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.7",
"@types/react-file-icon": "^1.0.4",
"@types/react-transition-group": "^4.4.10",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"core-js-pure": "^3.32.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.29",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.5"
}
}