-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.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
{
"name": "adsense",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.20",
"@mui/x-charts": "^7.8.0",
"@types/prop-types": "^15.7.12",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"cookie": "^0.6.0",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"firebase": "^10.12.3",
"formik": "^2.4.6",
"js-cookie": "^3.0.5",
"mongoose": "^8.4.4",
"next": "14.2.4",
"next-auth": "^4.24.7",
"prop-types": "^15.8.1",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-loading-skeleton": "^3.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.0",
"reactstrap": "^9.2.2",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"sharp": "^0.33.4",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cookie": "^0.6.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}