-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.18 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.18 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
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": "peerpulse",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@reduxjs/toolkit": "^1.9.5",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.9",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.0",
"@trendyol-js/react-carousel": "^3.0.2",
"agora-access-token": "^2.0.4",
"agora-rtc-sdk-ng": "^4.19.1",
"agora-token": "^2.0.3",
"axios": "^1.5.0",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"crypto-js": "^3.1.9-1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"framer-motion": "^10.16.5",
"openai": "^4.14.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"react-icons": "^4.12.0",
"react-loader-spinner": "^5.4.5",
"react-loading-screen": "^0.0.17",
"react-multi-carousel": "^2.8.4",
"react-redux": "^8.1.2",
"react-router-dom": "^6.16.0",
"react-scripts": "5.0.1",
"react-scroll": "^1.9.0",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"react-touch-drag-slider": "^2.2.5",
"readline-sync": "^1.4.10",
"redux-persist": "^6.0.0",
"rerousel": "^0.1.9",
"scroll-carousel-react": "^1.0.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.2",
"tailwindcss": "^3.3.3",
"validator": "^13.11.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}