-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.97 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
{
"name": "interview-project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.2",
"@styled-icons/bootstrap": "^10.34.0",
"@styled-icons/entypo": "^10.34.0",
"axios": "^0.21.1",
"connected-react-router": "^6.9.1",
"google-map-react": "^2.1.9",
"history": "4.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-geocode": "^0.2.3",
"react-loader-spinner": "^4.0.0",
"react-redux": "^7.2.4",
"react-redux-toastr": "^7.6.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"reactotron-react-js": "^3.3.7",
"reactotron-redux": "^3.1.3",
"reactotron-redux-saga": "^4.2.3",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reduxsauce": "^1.2.0",
"styled-components": "^5.3.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "jest",
"test:watch": "jest --watch",
"eject": "react-scripts eject",
"postinstall": "husky install",
"lint": "yarn eslint '*/**/*.{js,ts,tsx}' && yarn prettier --check '*/**/*.{js,ts,tsx}'"
},
"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"
}
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.13.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.6",
"@types/google-map-react": "^2.1.1",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.0",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react-geocode": "^0.2.0",
"@types/react-redux": "^7.1.16",
"@types/react-redux-toastr": "^7.6.0",
"@types/react-router-dom": "^5.1.7",
"@types/redux-persist": "^4.3.1",
"@types/redux-saga": "^0.10.5",
"@types/styled-components": "^5.1.9",
"@types/testing-library__jest-dom": "^5.9.5",
"axios-mock-adapter": "^1.19.0",
"babel-plugin-styled-components": "^1.12.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"jest": "^27.0.4",
"prettier": "^2.3.0",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
}
}