-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
{
"name": "personal-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.4.2",
"@popperjs/core": "^2.11.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"aos": "^3.0.0-beta.6",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.5",
"eslint": "8.40.0",
"eslint-config-next": "^14.2.5",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-resources-to-backend": "^1.1.3",
"next": "^14.2.5",
"react": "^18.3.1",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.3.1",
"react-i18next": "^12.2.2",
"standard": "^17.0.0",
"typed.js": "^2.0.15",
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/node": "20.14.10"
}
}