-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 1.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
{
"name": "rs-wordle",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.6.0",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.15",
"@paunovic/random-words": "^1.2.1",
"@reduxjs/toolkit": "^1.5.1",
"@rootstrap/redux-tools": "^1.0.0",
"axios": "^1.2.3",
"classnames": "^2.3.1",
"firebase": "^9.14.0",
"flat": "^5.0.2",
"random-words": "^1.2.0",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-helmet-async": "^1.0.9",
"react-hook-form": "^7.9.0",
"react-intl": "^5.20.4",
"react-redux": "^7.2.3",
"react-router-dom": "^6.8.0",
"react-scripts": "4.0.3",
"react-select": "^5.7.0",
"reactjs-flip-card": "^2.0.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"word-exists": "^1.0.0",
"zod": "^3.3.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"prettier",
"plugin:jsx-a11y/recommended"
],
"plugins": [
"react",
"prettier",
"jsx-a11y"
],
"rules": {
"prettier/prettier": "error"
}
},
"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.14.1",
"@testing-library/react": "^13.4.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"fake-indexeddb": "^4.0.1",
"prettier": "^2.2.1"
},
"resolutions": {
"react-error-overlay": "6.0.9"
}
}