forked from CipherCraze/Spark-IQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.12 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.12 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
68
69
70
71
72
73
74
75
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"start": "vite",
"generate-icons": "node scripts/generate-icons.js"
},
"dependencies": {
"@firebase/performance": "^0.7.6",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google/generative-ai": "^0.5.0",
"@heroicons/react": "^2.2.0",
"@jitsi/react-sdk": "^1.4.4",
"@tailwindcss/vite": "^4.0.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"axios": "^1.9.0",
"canvas-confetti": "^1.5.0",
"chart.js": "^4.1.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"emoji-picker-react": "^4.12.2",
"express": "^4.21.2",
"firebase": "^11.9.1",
"framer-motion": "^12.6.2",
"katex": "^0.16.21",
"lucide-react": "^0.473.0",
"mdb-react-ui-kit": "^9.0.0",
"nodemon": "^3.1.9",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-datepicker": "^8.2.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.15.1",
"react-katex": "^3.0.1",
"react-markdown": "^10.1.0",
"react-responsive": "^10.0.1",
"react-router": "^7.1.3",
"react-router-dom": "^7.3.0",
"react-slick": "^0.30.3",
"react-tsparticles": "^2.12.2",
"recharts": "^2.15.3",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.1.14"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.5.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.17.4"
}
}