-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·83 lines (83 loc) · 2.46 KB
/
package.json
File metadata and controls
executable file
·83 lines (83 loc) · 2.46 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
76
77
78
79
80
81
82
83
{
"name": "eduhub",
"private": true,
"homepage": "https://eduhubproject.github.io/",
"version": "0.0.3",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/orbitron": "^5.1.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@gsap/react": "^2.1.2",
"@tensorflow/tfjs": "^4.22.0",
"animate.css": "^4.1.1",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.7",
"chartjs-plugin-annotation": "^3.1.0",
"crypto-hash": "^3.1.0",
"framer-motion": "^11.18.0",
"gsap": "^3.12.7",
"i18next": "^24.1.0",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.1",
"katex": "^0.16.21",
"konva": "^8.4.3",
"qrcode-generator": "^1.4.4",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-confetti": "^6.2.2",
"react-dom": "^18.2.0",
"react-google-charts": "^5.2.1",
"react-helmet": "^6.1.0",
"react-i18next": "^15.2.0",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.13.1",
"react-katex": "^3.0.1",
"react-konva": "^18.2.10",
"react-modal": "^3.16.3",
"react-router-dom": "^7.1.1",
"react-side-effect": "^2.1.2",
"react-slick": "^0.30.3",
"react-toastify": "^10.0.6",
"react-tooltip": "^5.28.0",
"react-transition-group": "^4.4.5",
"react-tsparticles": "^2.1.0",
"recharts": "^2.15.0",
"slick-carousel": "^1.8.1",
"tsparticles": "^2.12.0",
"workbox-expiration": "^7.3.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"gh-pages": "^6.2.0",
"globals": "^15.12.0",
"rollup-plugin-visualizer": "^5.14.0",
"terser": "^5.37.0",
"vite": "^6.0.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.21.1",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "^7.3.0"
}
}