-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sendgrid/mail": "^7.7.0",
"babel-plugin-macros": "^3.1.0",
"font-awesome": "^4.7.0",
"framer-motion": "^7.0.0",
"mongodb": "^4.8.1",
"mongoose": "^6.5.1",
"next": "12.2.2",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.0",
"react-icons": "^4.4.0",
"react-toastify": "^9.0.8",
"reactjs-popup": "^2.0.5",
"reactstrap": "^9.1.3",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2"
}
}