-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "safire",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.3.4",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@prisma/client": "^2.19.0",
"@sendgrid/mail": "^7.4.2",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.25.0",
"commonphrases": "^1.1.2",
"datauri": "^3.0.0",
"framer-motion": "^3.10.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"multer": "^1.4.2",
"next": "latest",
"next-iron-session": "^4.1.12",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.15.5",
"swr": "^0.5.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.168",
"@types/multer": "^1.4.5",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/uuid": "^8.3.0",
"prisma": "^2.19.0",
"typescript": "^4.2.3"
}
}