-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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": "ownly",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@prisma/client": "^5.9.1",
"@supabase/supabase-js": "^2.39.0",
"@syncfusion/ej2-react-calendars": "^24.1.41",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"framer-motion": "^10.16.4",
"i": "^0.3.7",
"iron-session": "^6.3.1",
"nanoid": "^5.0.6",
"next": "13.4.19",
"nodemailer": "^6.9.8",
"random-string-generator": "^1.0.1",
"random-words": "^2.0.0",
"randomstring": "^1.3.0",
"react": "^18",
"react-calendar": "^4.7.0",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-modal": "^3.16.1",
"sass": "^1.69.5"
},
"devDependencies": {
"prisma": "^5.9.1"
}
}