-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.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
{
"name": "electronics-info",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Interactive Electronics Learning Platform — Understand Electronics One Component at a Time",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"typecheck": "tsc --noEmit",
"start": "node server.js"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.2",
"clsx": "^2.1.1",
"framer-motion": "^12.42.2",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"katex": "^0.17.0",
"lucide-react": "^1.24.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-helmet-async": "^3.0.0",
"react-icons": "^5.7.0",
"react-router-dom": "^7.18.1",
"recharts": "^3.9.2",
"sharp": "^0.35.3",
"tailwind-merge": "^3.6.0",
"vite-plugin-pwa": "^1.3.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"vite": "^8.1.1"
}
}