-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "f1-world-champions",
"version": "1.0.1",
"main": "index.js",
"repository": "https://github.com/gusbueno/f1-world-champions.git",
"author": "Gustavo Bueno <[email protected]>",
"license": "MIT",
"scripts": {
"tsc": "tsc",
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"test": "jest"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.8",
"@types/jest": "^26.0.8",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/redux-mock-store": "^1.0.2",
"@types/styled-components": "^5.1.2",
"@types/webpack-dev-server": "^3.11.0",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.2.2",
"redux-mock-store": "^1.5.4",
"source-map-loader": "^1.0.1",
"ts-jest": "^26.1.4",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"axios": "^0.19.2",
"polished": "^3.6.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styled-components": "^5.1.1"
}
}