-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 767 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 767 Bytes
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
{
"name": "consulta-cnpj",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@types/styled-components": "^5.1.10",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.12.0",
"next": "11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-input-mask": "^2.0.4",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"eslint": "7.28.0",
"eslint-config-next": "11.0.0",
"typescript": "^4.3.4"
}
}