-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.19 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": "tonovermelho",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_OPTIONS=--openssl-legacy-provider next build",
"start": "next start",
"lint": "eslint \"**/*.{ts,tsx}\""
},
"dependencies": {
"@chakra-ui/button": "^1.4.2",
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@hookform/resolvers": "^2.8.2",
"firebase": "^8.9.1",
"framer-motion": "^4",
"next": "^12.0.0",
"react": "^17.0.2",
"react-datepicker": "^4.2.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.12.2",
"react-icons": "^4.12.0",
"yup": "^0.32.10"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@types/react": "17.0.16",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"sass": "^1.69.5",
"typescript": "^4.3.5"
}
}