-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
64 lines (64 loc) · 1.69 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
62
63
64
{
"name": "updev-community",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3004",
"postbuild": "next-sitemap",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@mantine/core": "^5.9.5",
"@mantine/hooks": "^5.9.5",
"@mantine/next": "^5.9.5",
"@mantine/rte": "^5.9.5",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.99",
"@mui/material": "^5.12.0",
"@mui/x-date-pickers": "^5.0.13",
"@react-oauth/google": "^0.2.8",
"axios": "^0.27.2",
"chart.js": "^4.1.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.5",
"highlight.js": "^11.6.0",
"iron-session": "^6.2.1",
"js-cookie": "^3.0.1",
"next": "12.3.0",
"next-dark-mode": "^3.0.0",
"next-pwa": "^5.6.0",
"next-seo": "^5.14.0",
"next-sitemap": "^3.1.55",
"nextjs-progressbar": "^0.0.14",
"npm": "^9.2.0",
"qs": "^6.11.0",
"react": "18.2.0",
"react-chartjs-2": "^5.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-toastify": "^9.0.8",
"sharp": "^0.31.0",
"socket.io-client": "^4.5.4",
"sweetalert2": "^11.7.12",
"sweetalert2-react-content": "^5.0.7",
"swr": "^2.0.0",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/node": "18.7.18",
"@types/qs": "^6.9.7",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"typescript": "4.8.3"
}
}