-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 860 Bytes
/
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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@next-auth/mongodb-adapter": "^1.0.3",
"@sendgrid/mail": "^7.7.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"mongodb": "^4.7.0",
"mongoose": "^6.4.2",
"next": "12.2.0",
"next-auth": "^4.10.2",
"react": "18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "18.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8"
}
}