-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 2.95 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "bolaocopa22",
"version": "0.1.0",
"private": false,
"author": "Felipe Zanon do Nascimento",
"repository": {
"type": "git",
"url": "git+https://github.com/FelipeZNascimento/bolaocopa22.git"
},
"bugs": {
"url": "https://github.com/FelipeZNascimento/bolaocopa22/issues"
},
"keywords": [
"Copa do Mundo",
"Copa",
"Bolão",
"Aposta",
"2022",
"Qatar",
"Catar",
"Hepta"
],
"dependencies": {
"@craco/craco": "^7.0.0-alpha.7",
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@omegafox/components": "3.2.2",
"@reduxjs/toolkit": "^1.8.3",
"@types/node": "^16.11.29",
"@types/react": "^18.0.7",
"@types/react-dom": "^18.0.0",
"assert": "^2.0.0",
"axios": "^0.27.2",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"crypto-js": "^4.1.1",
"i": "^0.3.7",
"npm": "^8.14.0",
"process": "^0.11.10",
"react": "^18.0.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.0.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"sass": "^1.51.0",
"stream-browserify": "^3.0.0",
"typeface-roboto": "^1.1.13",
"typescript": "^4.6.3",
"util": "^0.12.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test --watchAll=false --coverage .",
"eject": "react-scripts eject",
"test:ci": "react-scripts test --watchAll=false --runInBand --coverage",
"test-watch": "react-scripts test --coverage .",
"lint": "eslint src --max-warnings=10",
"link": "npm link ../omegafox-components/"
},
"lint-staged": {
"src/**/*.tsx": [
"npm run lint -- --fix",
"npm run test"
]
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/constants/*",
"!src/index.tsx"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"eslint-plugin-react": "^7.29.4",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2"
}
}