-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "MealMindApp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev",
"build": "refine build",
"start": "refine start",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"refine": "refine"
},
"dependencies": {
"@mui/icons-material": "^5.8.3",
"@mui/x-date-pickers": "^5.0.20",
"@pankod/refine-antd": "^4.7.3",
"@pankod/refine-cli": "^1.13.0",
"@pankod/refine-core": "^3.90.4",
"@pankod/refine-inferencer": "^2.0.2",
"@pankod/refine-kbar": "0.10.2",
"@pankod/refine-mui": "^3.30.0",
"@pankod/refine-nextjs-router": "^4.1.0",
"@pankod/refine-react-hook-form": "^3.27.1",
"@pankod/refine-react-table": "^4.9.1",
"@pankod/refine-supabase": "^4.1.0",
"@sentry/nextjs": "^7.38.0",
"dayjs": "^1.11.7",
"next": "^13.0.6",
"next-compose-plugins": "^2.2.1",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^14.14.13",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/parser": "^4.9.1",
"cross-env": "^7.0.3",
"typescript": "^4.7.4"
}
}