-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@tinymce/tinymce-react": "^3.12.6",
"axios": "^0.21.1",
"cookie": "^0.4.1",
"html-react-parser": "^1.2.6",
"jss-rtl": "^0.3.0",
"luxon": "^1.27.0",
"next": "10.2.3",
"next-redux-wrapper": "^7.0.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-chartjs-2": "^3.0.4",
"react-color": "^2.19.3",
"react-dom": "17.0.2",
"react-image-crop": "^8.6.12",
"react-marquee-slider": "^1.1.5",
"react-redux": "^7.2.4",
"react-share": "^4.4.0",
"react-sticky-box": "^0.9.3",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"sass": "^1.35.1",
"swiper": "^6.7.0",
"swr": "^0.5.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^17.0.8",
"typescript": "^4.3.2"
}
}