forked from gdagundaridze/rtk-query-toptal-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.13 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
{
"name": "rtk-query-toptal-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fontsource/roboto": "^4.3.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@octokit/endpoint": "^6.0.11",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^15.3.0",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@types/react-redux": "^7.1.7",
"axios": "^0.21.1",
"date-fns": "^2.21.3",
"formik": "^2.2.6",
"lodash": "^4.17.21",
"parse-link-header": "^1.0.1",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"redux-persist": "^6.0.0",
"typescript": "~4.2.4",
"url-template": "^2.0.8",
"use-query-params": "^1.2.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test --watchAll=false --verbose --runInBand",
"coverage": "yarn test --coverage",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"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"
]
},
"devDependencies": {
"@octokit/fixtures": "^21.4.0",
"@octokit/types": "^6.14.2",
"@types/axios": "^0.14.0",
"@types/faker": "^5.5.5",
"@types/format-link-header": "^2.1.0",
"@types/lodash": "^4.14.169",
"@types/parse-link-header": "^1.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/redux-persist": "^4.3.1",
"@types/url-template": "^2.0.28",
"babel-plugin-import": "^1.13.3",
"customize-cra": "^1.0.0",
"faker": "^5.5.3",
"format-link-header": "^3.1.1",
"msw": "^0.28.2",
"react-app-rewired": "^2.1.8"
}
}