forked from occamengenharia/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"name": "next-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@unform/core": "^2.1.3",
"@unform/web": "^2.1.3",
"@vercel/node": "^1.8.4",
"axios": "^0.21.1",
"handlebars": "^4.7.6",
"next": "^10.0.3",
"next-images": "^1.6.0",
"nodemailer": "^6.4.14",
"polished": "^4.0.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.1.0",
"react-input-mask": "^2.0.4",
"react-select": "^3.1.1",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@types/node": "^14.11.8",
"@types/nodemailer": "^6.4.0",
"@types/react": "^16.9.51",
"@types/react-gtm-module": "^2.0.0",
"@types/react-input-mask": "^3.0.0",
"@types/react-select": "^3.0.28",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
}
}