forked from ArthurFariaPeixoto/FhirHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "nextjs",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build & next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^2.16.0",
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@hookform/resolvers": "^2.9.11",
"@marsidev/react-turnstile": "^0.2.1",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "latest",
"@mui/lab": "^5.0.0-alpha.120",
"@mui/material": "^5.14.3",
"@mui/x-data-grid": "^5.17.24",
"@mui/x-date-pickers": "^6.11.0",
"@tanstack/react-query": "^4.28.0",
"axios": "^1.3.4",
"date-fns": "^2.29.3",
"file-saver": "^2.0.5",
"framer-motion": "^8.5.2",
"jwt-decode": "^3.1.2",
"next": "^13.1.6",
"prop-types": "latest",
"random-js": "^2.1.0",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.43.1",
"react-hook-form-mui": "^6.4.2",
"react-icons": "^4.8.0",
"react-imask": "^6.4.3",
"react-scrollmagic": "^2.3.0",
"sass": "^1.62.0",
"styled-components": "^5.3.11",
"sweetalert2": "^11.7.1",
"sweetalert2-react-content": "^5.0.7",
"xlsx": "^0.18.5",
"yup": "^1.0.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "latest",
"eslint-config-next": "latest"
}
}