-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 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
{
"name": "pb-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.16",
"@mui/styled-engine-sc": "^5.11.11",
"@next/font": "^13.3.1",
"axios": "^1.3.6",
"chart": "^0.1.2",
"chart.js": "^4.2.1",
"crypto": "^1.0.1",
"date-fns": "^2.30.0",
"firebase": "^9.20.0",
"framer-motion": "^10.12.10",
"lodash": "^4.17.21",
"mui-one-time-password-input": "^1.1.0",
"net": "^1.0.2",
"next": "13.3.0",
"next-pwa": "^5.6.0",
"nodemailer": "^6.9.3",
"otp-input-react": "^0.3.0",
"plotly.js": "^2.21.0",
"razorpay": "^2.9.3",
"react": "18.2.0",
"react-country-region-selector": "^3.6.1",
"react-day-picker": "^8.7.1",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-flip-numbers": "^3.0.8",
"react-hot-toast": "^2.4.0",
"react-phone-input-2": "^2.15.1",
"react-plotly.js": "^2.6.0",
"react-secure-storage": "^1.2.2",
"react-showdown": "^2.3.1",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-tweet-embed": "^2.0.0",
"react-twitter-widgets": "^1.11.0",
"react-wrap-balancer": "^1.1.0",
"shortid": "^2.2.16",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.9",
"zustand": "^4.3.8"
}
}