-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 813 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 813 Bytes
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
{
"name": "next_portoflio_x",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"aws-sdk": "^2.1138.0",
"axios": "^0.27.2",
"next": "^12.1.6",
"next-themes": "^0.2.0",
"nodemailer": "^6.7.5",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-fast-marquee": "^1.3.2",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.24",
"tailwindcss-animate": "^1.0.5",
"typescript": "^4.1.3"
}
}