-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "next-tailwind-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^1.0.6",
"@mui/lab": "^5.0.0-alpha.91",
"@mui/material": "^5.9.1",
"@mui/x-date-pickers": "^5.0.0-beta.2",
"@reduxjs/toolkit": "^1.8.2",
"@tailwindcss/forms": "^0.5.2",
"axios": "^0.27.2",
"chart.js": "^3.8.2",
"date-fns": "^2.29.1",
"dotenv": "^16.0.1",
"immer": "^9.0.15",
"next": "12.1.6",
"next-auth": "^4.10.3",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-select": "^5.4.0",
"react-svg-radar-chart": "^1.4.0",
"redux": "^4.2.0",
"shortid": "^2.2.16",
"tailwind-scrollbar-hide": "^1.1.7",
"yarn": "^1.22.19"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4"
}
}