-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-common-types": "^6.1.2",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^2.9.7",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@mui/styled-engine-sc": "^5.10.1",
"@mui/x-data-grid": "^5.16.0",
"@mui/x-date-pickers": "^5.0.0-beta.7",
"axios": "^0.27.2",
"dayjs": "^1.11.5",
"js-brasil": "^2.5.3",
"material-ui-popup-state": "^4.1.0",
"moment": "^2.29.4",
"next": "12.2.5",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.34.2",
"react-input-mask": "^3.0.0-alpha.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-input-mask": "^3.0.2",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"prettier": "^2.8.3",
"tailwindcss": "^3.1.8",
"typescript": "^4.9.4"
}
}