-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.88 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "inscricao",
"version": "1.0.0",
"private": true,
"dependencies": {
"axios": "^0.21.2",
"commitizen": "^4.2.4",
"formik": "^2.1.4",
"plop": "^2.5.3",
"polished": "^3.6.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-toast": "^2.2.0",
"react-loading": "^2.0.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-step-wizard": "^5.3.2",
"styled-components": "^5.1.1",
"styled-media-query": "^2.1.2",
"typescript": "^3.9.5",
"vanilla-masker": "^1.2.0",
"yup": "^0.29.1"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.0",
"@types/vanilla-masker": "^1.2.0",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"typescript": "^3.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate": "plop",
"commit": "cz",
"check:types": "tsc --pretty --noEmit",
"lint": "eslint src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}