-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "PlotfolioWebsite",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/pro-theme": "^0.0.57",
"@chakra-ui/react": "^2.3.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sendgrid/mail": "^7.7.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@vercel/analytics": "^0.1.6",
"axios": "^1.3.3",
"eslint": "8.26.0",
"eslint-config-next": "^13.0.7",
"framer-motion": "^7.6.4",
"next": "13.0.2",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"sass": "^1.56.0",
"text-encoder": "^0.0.4",
"text-encoding": "^0.7.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@types/text-encoding": "^0.0.36",
"tailwindcss": "^3.2.1"
}
}