-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1009 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
{
"name": "replitreactjsproject",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.4.0",
"@popperjs/core": "^2.11.4",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"@vitejs/plugin-react-refresh": "^1.3.6",
"bootstrap": "^5.3.2",
"classnames": "^2.3.1",
"emailjs-com": "^3.2.0",
"framer-motion": "^6.2.8",
"i18n": "^0.14.2",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.4.0",
"js-cookie": "^3.0.1",
"nuka-carousel": "^4.8.4",
"react": "^17.0.2",
"react-animated-cursor": "^1.2.1",
"react-bootstrap": "^2.8.0",
"react-dom": "^17.0.2",
"react-flag-icon-css": "^1.0.25",
"react-i18next": "^11.15.6",
"react-lottie": "^1.2.3",
"react-router-dom": "^6.2.1",
"styled-components": "^5.3.3",
"vite": "^2.8.6",
"yarn": "^1.22.18"
}
}