-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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
41
42
43
{
"name": "pravista",
"version": "0.0.1",
"description": "An Attendance management system",
"repository": "git@github.com:vedikcyberforces/pravista.git",
"author": "Himanshu Jangid <iamahalofan@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@fontsource/carme": "4.5.10",
"@hookform/resolvers": "2.9.10",
"@mui/icons-material": "5.11.0",
"@mui/material": "5.11.0",
"@reduxjs/toolkit": "1.9.1",
"inversify": "6.0.1",
"inversify-react": "1.0.2",
"pocketbase": "0.9.0",
"pocketbase-to-types": "1.0.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form-mui": "5.12.0",
"react-redux": "8.0.5",
"react-router-dom": "6.5.0",
"react-table": "7.8.0",
"zod": "3.20.2"
},
"devDependencies": {
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@vitejs/plugin-react": "3.0.0",
"@vitejs/plugin-react-swc": "3.0.0",
"reflect-metadata": "0.1.13",
"typescript": "4.9.3",
"vite": "4.0.0"
}
}