-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.94 KB
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
59
60
61
62
63
64
65
66
67
{
"name": "landing_page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "vite --host 0.0.0.0"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@jjunyjjuny/react-carousel": "^1.1.2",
"@mui/material": "^6.4.2",
"@reduxjs/toolkit": "^1.8.5",
"@trendmicro/react-sidenav": "^0.5.0",
"amazon-s3": "^2.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"bootstrap": "^5.3.3",
"cdbreact": "^1.5.19",
"emoji-picker-react": "^4.12.0",
"i18next": "^24.1.0",
"lucide-react": "^0.469.0",
"postcss": "^8.5.0",
"rc-slider": "^11.1.8",
"react": "^18.3.1",
"react-apexcharts": "^1.7.0",
"react-bootstrap": "^2.10.6",
"react-chartjs-2": "^5.2.0",
"react-comments-section": "^3.2.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"react-icons": "^5.4.0",
"react-paginate": "^8.3.0",
"react-redux": "^8.0.2",
"react-router-dom": "^7.0.1",
"react-slick": "^0.30.3",
"react-spinners": "^0.15.0",
"recharts": "^2.15.0",
"slick-carousel": "^1.8.1",
"sonner": "^1.7.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"wavesurfer.js": "^7.8.11"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"vite": "^5.4.10"
}
}