-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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": "my_portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tsparticles/engine": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"@types/nodemailer": "^6.4.15",
"framer-motion": "^11.2.11",
"nodemailer": "^6.9.14",
"react-countup": "^6.5.3",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"swiper": "^11.1.4",
"tailwind-scrollbar": "^3.1.0",
"tsparticles": "^3.4.0"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-transition-group": "^4.4.10",
"@types/swiper": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"next": "^14.2.4",
"postcss": "^8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}