-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 846 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 846 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
{
"name": "portfolio-2022",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"gsap": "^3.11.4",
"i18next": "22.1.2",
"i18next-browser-languagedetector": "7.0.1",
"i18next-http-backend": "2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "12.1.1",
"react-icons": "^4.7.1",
"react-router-dom": "^6.4.5",
"react-scroll": "^1.8.8",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.3"
}
}