-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 80",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.101",
"@mui/material": "^5.10.6",
"classnames": "^2.3.2",
"googleapis": "^108.0.0",
"next": "12.3.1",
"nodemailer": "^6.7.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scroll": "^1.8.7",
"react-tsparticles": "^2.7.1",
"sharp": "^0.31.1",
"swiper": "^8.4.2",
"tsparticles": "^2.7.1",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/nodemailer": "^6.4.6",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-scroll": "^1.8.4",
"autoprefixer": "^10.4.12",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}