-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.71 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
{
"name": "pet-sharing-app-nextjs",
"author": "Julius Guevarra <[email protected]>",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prod": "next export"
},
"dependencies": {
"add": "^2.0.6",
"autoprefixer": "^10.2.4",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.25.0",
"connect-mongo": "3.2.0",
"express-session": "^1.17.1",
"formidable": "^1.2.2",
"formik": "^2.2.6",
"mongoose": "5.11.15",
"multer": "^1.4.2",
"next": "10.2.3",
"next-connect": "^0.10.0",
"next-session": "^3.4.0",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth2": "^0.2.0",
"passport-local": "^1.0.0",
"postcss": "^8.2.6",
"preact": "^10.5.12",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-file-drop": "^3.1.2",
"react-icons": "^4.2.0",
"react-loading-skeleton": "^2.2.0",
"react-responsive-modal": "^6.1.0",
"react-select": "^4.1.0",
"react-select-country-list": "^2.2.3",
"swr": "^0.4.2",
"tailwindcss": "^2.0.3",
"yup": "^0.32.9"
},
"license": "MIT",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express-session": "^1.17.3",
"@types/formidable": "^1.0.32",
"@types/multer": "^1.4.5",
"@types/node": "^14.14.28",
"@types/passport": "^1.0.6",
"@types/passport-facebook": "^2.1.10",
"@types/passport-google-oauth2": "^0.1.3",
"@types/passport-local": "^1.0.33",
"@types/react": "^17.0.2",
"@types/react-select": "^4.0.13",
"postcss-extend": "^1.0.5",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.4",
"sass": "^1.32.8",
"typescript": "^4.1.5"
}
}