-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 744 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 744 Bytes
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
{
"name": "gratitude",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "4.0.0",
"@mantine/hooks": "4.0.0",
"@mantine/modals": "4.0.0",
"@mantine/next": "4.0.0",
"@mantine/notifications": "4.0.0",
"@supabase/supabase-js": "1.30.3",
"date-fns": "2.28.0",
"next": "12.1.0",
"nextjs-progressbar": "0.0.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"zustand": "3.7.0"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}