-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/ua-parser-js": "^0.7.39",
"autoprefixer": "10.4.19",
"clsx": "^2.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"framer-motion": "^11.1.7",
"next": "^14.2.3",
"next-intl": "^3.12.2",
"postcss": "8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.1.0",
"react-intersection-observer": "^9.10.0",
"react-type-animation": "^3.2.0",
"react-vertical-timeline-component": "^3.6.0",
"resend": "^0.16.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"ua-parser-js": "^1.0.37",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@types/react-vertical-timeline-component": "^3.3.6"
}
}