forked from Sports-day/sports-day-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "sports-day-panel-procon",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@heroicons/react": "^2.0.17",
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.15.14",
"@mui/material-nextjs": "^5.15.11",
"@mui/x-data-grid": "^6.4.0",
"@mui/x-date-pickers": "^6.5.0",
"@svgr/webpack": "^8.0.1",
"apexcharts": "^3.40.0",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"env-cmd": "^10.1.0",
"framer-motion": "^10.12.12",
"lucide-react": "^0.223.0",
"next": "^14.1.4",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.7",
"react-use": "^17.4.0"
},
"resolutions": {
"@types/react": "18.0.26"
},
"devDependencies": {
"@types/gtag.js": "^0.0.16",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "8.31.0",
"eslint-config-next": "^13.3.0",
"next-export-optimize-images": "^2.0.1",
"typescript": "4.9.4"
}
}