-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1017 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
34
35
36
37
38
{
"name": "portfolio-rct",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
"dayjs": "^1.10.7",
"devicon": "^2.14.0",
"devicons": "^1.8.0",
"flag-icon-css": "^4.1.7",
"framer-motion": "^5.5.4",
"html-react-parser": "^1.4.3",
"mongodb": "^4.2.2",
"mongoose": "^6.1.2",
"next": "12.0.7",
"next-g11n": "^1.1.0",
"react": "17.0.2",
"react-bootstrap": "^2.0.3",
"react-dom": "17.0.2",
"react-photo-gallery": "^8.0.0"
},
"devDependencies": {
"eslint": "8.4.1",
"eslint-config-next": "12.0.7"
}
}