-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
147 lines (147 loc) · 4.32 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "wallatest",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"apisauce": "^2.0.1",
"aws-sdk": "^2.855.0",
"axios-mock-adapter": "^1.20.0",
"babel-plugin-module-resolver": "^4.0.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-testing-library": "^5.0.5",
"express": "^4.17.3",
"formik": "^2.2.6",
"history": "4.10.0",
"i18next": "^19.6.3",
"i18next-http-backend": "^1.3.2",
"jest-environment-jsdom-sixteen": "^1.0.3",
"msw": "^0.36.8",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-day-picker": "^7.4.8",
"react-dom": "^16.13.1",
"react-dropzone": "^11.2.4",
"react-helmet": "^6.1.0",
"react-hot-loader": "^4.12.21",
"react-i18next": "^11.15.4",
"react-lottie": "^1.2.3",
"react-modal": "^3.12.1",
"react-paginate": "^8.1.0",
"react-query": "^3.34.15",
"react-query-devtools": "^2.6.3",
"react-redux": "^7.2.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "^4.0.1",
"react-testing-library": "^8.0.1",
"redux": "^4.0.5",
"redux-recompose": "^2.2.0",
"redux-thunk": "^2.3.0",
"rescripts": "^0.0.1-security",
"rollbar": "^2.19.4",
"typescript": "^4.2.4",
"yup": "^0.32.9"
},
"scripts": {
"start": "node ./scripts/start.js development",
"build": "node ./scripts/build.js development",
"sync-env": "node ./scripts/sync-prod-secrets.js",
"clean": "node ./scripts/clean.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"eslint:fix": "eslint --fix",
"lint": "prettier --write '**/*.{js,jsx,ts,tsx,md}' && eslint --fix --ext '.js,.jsx,.ts,.tsx' src",
"lint:check": "prettier --check '**/*.{js,jsx,ts,tsx,md}' && eslint --ext '.js,.jsx,.ts,.tsx' src",
"heroku-postbuild": "node ./scripts/build.js production"
},
"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": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@rescripts/cli": "^0.0.14",
"@rescripts/rescript-env": "^0.0.12",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-lottie": "^1.2.6",
"@types/react-query": "^1.2.9",
"@types/react-router-dom": "^5.3.3",
"@types/webpack-env": "^1.16.3",
"babel": "^6.23.0",
"babel-eslint": "^10.1.0",
"cerealizr": "^1.0.1-alpha",
"chalk": "^4.1.0",
"env-cmd": "^10.1.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"husky": "^4.2.5",
"jest-canvas-mock": "^2.3.1",
"lint-staged": "^11.0.0",
"minimist": "^1.2.5",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"seamless-immutable": "^7.1.4"
},
"husky": {
"hooks": {
"pre-commit": "yarn run lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"*.{js,jsx,ts,tsx,md}": [
"prettier --write"
]
},
"babel": {
"presets": [
"react-app"
]
},
"jest": {
"restoreMocks": true
}
}