-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 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
{
"name": "students-performance-analysis",
"private": true,
"version": "2.9.1",
"description": "শিক্ষার্থীদের পারফর্ম্যান্স ড্যাশবোর্ড - Students Performance Analysis Dashboard",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node --test src/js/utils.test.js",
"version-patch": "node scripts/bump-patch.js"
},
"keywords": [
"students",
"performance",
"analysis",
"dashboard",
"education",
"bengali"
],
"author": "Mustafa Rahman",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19",
"vite": "^5.0.0",
"vite-plugin-pwa": "^1.2.0"
},
"dependencies": {
"chart.js": "^4.4.0",
"firebase": "^12.9.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"localforage": "^1.10.0",
"qrcode": "^1.5.4",
"xlsx": "^0.18.5"
}
}