-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 902 Bytes
/
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.21.1",
"dateformat": "^4.5.1",
"js-cookie": "^2.2.1",
"next": "10.1.3",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-chartjs-2": "^3.0.2",
"react-dom": "17.0.2",
"react-google-login": "^5.2.2",
"react-icons": "^4.2.0",
"react-loading-overlay": "^1.0.1",
"react-redux": "^7.2.3",
"react-responsive-modal": "^6.0.1",
"react-timeago": "^5.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"spinners-react": "^1.0.4",
"sweetalert2": "^10.16.2",
"toastifier": "^1.0.8"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.10",
"tailwindcss": "^2.1.1"
}
}