-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
{
"name": "prize-play-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.6",
"@mui/styles": "^5.10.6",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^1.0.0",
"chart.js": "^3.9.1",
"dayjs": "^1.11.6",
"http-status-codes": "^2.2.0",
"leaflet": "^1.9.2",
"leaflet-geosearch": "^3.7.0",
"next": "13.0.0",
"next-redux-cookie-wrapper": "^2.2.1",
"next-redux-wrapper": "^8.0.0",
"notistack": "^2.0.5",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.36.0",
"react-leaflet": "^4.1.0",
"react-leaflet-geosearch": "^0.3.4",
"react-number-format": "^5.0.0-beta.5",
"react-qr-code": "^2.0.11",
"react-redux": "^8.0.4",
"react-to-print": "^2.14.12",
"redux": "^4.2.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/leaflet": "^1.9.0",
"@types/leaflet-geosearch": "^3.0.0",
"@types/node": "18.11.8",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^3.2.0",
"lint-staged": "^13.0.3",
"pretty-quick": "^3.1.3",
"typescript": "^4.8.4",
"webpack": "^5.74.0"
}
}