-
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.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 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": "vtcmanager-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.10.2",
"@mui/material": "^5.10.2",
"@mui/x-date-pickers": "^5.0.9",
"@sentry/nextjs": "^7.0.0",
"next": "^12.3.1",
"nextjs-progressbar": "^0.0.16",
"react": "^18.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.1.0",
"react-hook-form": "^7.39.5",
"react-hook-form-mui": "^5.10.2",
"react-icons": "^4.4.0",
"react-number-format": "^4.9.3",
"react-paginate": "^8.1.3",
"react-toastify": "^9.0.3",
"typescript": "^4.7.3",
"vanilla-cookieconsent": "^2.8.5",
"victory": "^36.5.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.3.1",
"@types/node": "^18.7.5",
"@types/react": "^18.0.17",
"autoprefixer": "^10.4.7",
"eslint": "^8.17.0",
"eslint-config-next": "^12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}