-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.77 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
{
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "latest",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.10",
"@mui/x-data-grid": "^6.19.4",
"@mui/x-date-pickers": "^6.19.4",
"@stripe/react-stripe-js": "^2.5.0",
"@stripe/stripe-js": "^3.0.2",
"@tanstack/react-query": "^5.20.5",
"@types/gtag.js": "^0.0.19",
"@vercel/analytics": "^1.1.3",
"axios": "^1.6.7",
"cookies-next": "^4.1.1",
"date-fns": "^2.25.0",
"ms": "^2.1.3",
"mui-color-input": "^2.0.2",
"mui-file-input": "^4.0.4",
"mui-image": "^1.0.7",
"myorderapp-square": "^2.5.19",
"nanoid": "^5.0.5",
"next": "^13.5.6",
"next-auth": "^4.24.6",
"next-intl": "^2.22.1",
"next-sitemap": "^4.2.3",
"pino": "^8.18.0",
"react": "18.x",
"react-beautiful-dnd": "^13.1.1",
"react-device-frameset": "^1.3.4",
"react-dom": "18.x",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"type-fest": "^4.10.2",
"usehooks-ts": "^2.14.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/mui-image": "^1.0.5",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"typescript": "latest"
},
"name": "moa-merchants-frontend",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest",
"postbuild": "next-sitemap",
"start": "next start"
},
"version": "2.5.19"
}