forked from ertush/kmhfr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.53 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "kmhfr",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "pnpm build && next start",
"lint": "next lint",
"test": "pnpm exec playwright test"
},
"dependencies": {
"@ag-grid-enterprise/all-modules": "^26.2.1",
"@bcad1591/react-date-picker": "^0.0.1",
"@date-io/dayjs": "^2.17.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^1.0.6",
"@material-ui/core": "^4.12.4",
"@mui/base": "5.0.0-beta.9",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "5.0.0-alpha.138",
"@mui/material": "^5.14.3",
"@mui/x-data-grid": "^6.11.0",
"@mui/x-data-grid-pro": "^6.11.2",
"@mui/x-date-pickers": "^5.0.20",
"@next/bundle-analyzer": "^14.2.3",
"@radix-ui/react-radio-group": "^0.0.19",
"@radix-ui/react-tabs": "0.0.5",
"@turf/turf": "^6.5.0",
"@vercel/analytics": "^1.2.2",
"ag-grid-community": "^26.2.1",
"ag-grid-enterprise": "^26.2.1",
"ag-grid-react": "^26.2.0",
"antd": "^4.24.13",
"cookie-cutter": "^0.2.0",
"cookies": "^0.8.0",
"dotenv": "^10.0.0",
"form-data": "^4.0.0",
"formik": "^2.4.3",
"highcharts": "^9.3.3",
"highcharts-react-official": "^3.2.0",
"leaflet-geosearch": "^3.8.0",
"moment": "^2.29.4",
"next": "~13.5.6",
"next-cookies": "^2.0.3",
"react": "^18.2.0",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-csv": "^2.2.2",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-dual-listbox": "^5.0.2",
"react-error-boundary": "^4.0.13",
"react-highcharts": "^16.1.0",
"react-icons": "^4.10.1",
"react-leaflet": "^4.2.1",
"react-select": "^5.7.4",
"react-star-rating-component": "^1.4.1",
"react-to-print": "^2.14.13",
"react-toastify": "^9.1.3",
"react-use-uuid": "^2.0.1",
"react-window": "^1.8.9",
"sharp": "^0.33.4",
"swr": "^2.2.0",
"underscore": "^1.13.6",
"uuid": "^10.0.0",
"zod": "^3.22.3",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.12",
"@playwright/test": "^1.36.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.33.2",
"pm2": "^5.3.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.1"
}
}