-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.76 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "mathmystic",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.19",
"firebase": "^10.11.1",
"flowbite-react": "^0.9.0",
"framer-motion": "^11.1.7",
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "^7.2.1",
"nuka-carousel": "^8.0.1",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-audio-player": "^0.17.0",
"react-awesome-slider": "^4.1.0",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^14.1.1",
"react-medium-image-zoom": "^5.2.0",
"react-multi-carousel": "^2.8.5",
"react-on-screen": "^2.1.1",
"react-player": "^2.16.0",
"react-responsive": "^10.0.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.23.0",
"react-router-hash-link": "^2.4.3",
"react-scrollbars-custom": "^4.1.1",
"react-slick": "^0.30.2",
"react-slideshow-image": "^4.3.1",
"react-tabs": "^6.0.2",
"react-toastify": "^10.0.5",
"reactjs-popup": "^2.0.6",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"tailwind-scrollbar": "^3.1.0",
"vite": "^5.2.0"
}
}