-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 924 Bytes
/
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
{
"name": "the-best-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,scss,html,json}\""
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react-scroll": "^1.8.10",
"axios": "^1.6.7",
"framer-motion": "^11.0.3",
"gsap": "^3.12.5",
"next": "14.1.0",
"next-i18next": "^15.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-intl": "^6.6.2",
"react-parallax-tilt": "^1.7.209",
"react-player": "^2.14.1",
"react-scroll": "^1.9.0",
"react-simple-typewriter": "^5.0.1",
"react-toastify": "^10.0.4",
"sass": "^1.70.0",
"typescript": "5.3.3"
},
"devDependencies": {
"sharp": "^0.33.2"
}
}