-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.9 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
{
"name": "pssd-dating-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --host"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@react-spring/web": "^9.5.5",
"@sentry/react": "^8.28.0",
"@sentry/vite-plugin": "^2.22.4",
"cropperjs": "^1.6.2",
"date-fns": "^2.30.0",
"dayzed": "^3.2.3",
"eventsource": "^2.0.2",
"firebase": "^10.5.2",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"lodash": "^4.17.21",
"mobx": "^6.10.2",
"mobx-react": "^9.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-router-dom": "^6.18.0",
"react-tinder-card": "^1.6.4",
"socket.io-client": "^4.7.5",
"stream-chat": "^8.37.0",
"stream-chat-react": "^11.23.0",
"styled-components": "^6.1.1",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"vite-plugin-pwa": "^0.20.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@types/eventsource": "^1.1.15",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.3",
"terser": "^5.32.0",
"typescript": "^5.0.2",
"vite": "^4.5.3",
"vite-plugin-node-polyfills": "^0.22.0",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-strategies": "^7.1.0"
}
}