-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
75 lines (75 loc) · 1.92 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "crypto-jan",
"version": "0.1.0",
"private": true,
"dependencies": {
"@clerk/clerk-react": "^5.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@google/generative-ai": "^0.21.0",
"@mui/icons-material": "^6.1.6",
"@mui/lab": "^6.0.0-beta.14",
"@mui/material": "^6.1.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"aos": "^2.3.4",
"axios": "^1.7.7",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.6",
"font-awesome": "^4.7.0",
"framer-motion": "^11.11.11",
"i18next": "^23.16.4",
"lucide-react": "^0.454.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.1.0",
"react-icons": "^5.3.0",
"react-lottie": "^1.2.4",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.27.0",
"react-scripts": "^5.0.1",
"react-scrollbars-custom": "^4.1.1",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.6",
"react-web-share": "^2.0.2",
"reactflow": "^11.11.4",
"sitemap": "^8.0.0",
"slick-carousel": "^1.8.1",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
}