-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 KB
/
package.json
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": "attendance-hub",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build && next export -o dist",
"tauri": "tauri",
"prettier": "prettier --write src/."
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/api": "^1.4.0",
"daisyui": "^3.7.3",
"exceljs": "^4.3.0",
"firebase": "^10.3.1",
"lodash": "^4.17.21",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^4.11.0",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/lodash": "^4.14.198",
"@types/node": "^18.7.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}