-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 879 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 879 Bytes
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
{
"name": "portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 6981",
"build": "next build",
"start": "next start",
"lint": "next lint",
"bots:cebu": "node scripts/bots/register-mini-conf-ceb.js",
"bots:mnl": "node scripts/bots/register-mini-conf-mnl.js"
},
"dependencies": {
"bcryptjs": "^3.0.2",
"clsx": "^2.1.1",
"csvtojson": "^2.0.10",
"exceljs": "^4.4.0",
"firebase-admin": "^13.4.0",
"jspdf": "^3.0.1",
"next": "15.4.2",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@iconify-json/eos-icons": "^1.2.2",
"@iconify-json/fa-brands": "^1.2.1",
"@iconify/tailwind4": "^1.0.6",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.4.2",
"tailwindcss": "^4"
}
}