-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "shout-interactive",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^2.13.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.60",
"@mui/material": "^5.2.4",
"@mui/x-data-grid": "^5.2.1",
"@reduxjs/toolkit": "^1.8.1",
"axios": "^0.27.2",
"babel-plugin-styled-components": "^2.0.7",
"canvasjs-react-charts": "^1.0.5",
"chart.js": "^3.7.0",
"cors": "^2.8.5",
"date-fns": "^2.27.0",
"faker": "5.5.3",
"moment": "^2.29.1",
"next": "^12.1.5",
"react": "17.0.2",
"react-chartjs-2": "^4.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-date-countdown-timer": "^1.1.0",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-redux": "^8.0.1",
"recharts": "^2.1.9",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.5",
"tailwind-scrollbar-variants": "^1.1.1"
},
"devDependencies": {
"@types/faker": "5.5.3",
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.5"
}
}