-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "joga-mais",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"test": "cypress run"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.17",
"next": "13.0.0",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-calendar": "^4.0.0",
"react-dom": "18.2.0",
"react-input-mask": "^2.0.4",
"react-toastify": "^9.1.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "18.11.7",
"@types/react": "^18.0.24",
"@types/react-calendar": "^3.9.0",
"@types/react-dom": "^18.0.8",
"@types/react-input-mask": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"cypress": "^11.2.0",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.2",
"prettier": "^2.7.1",
"start-server-and-test": "^1.14.0",
"typescript": "4.8.4"
}
}