-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.08 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": "awoo",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "ESLINT_NO_DEV_ERRORS=true craco start",
"build": "DISABLE_ESLINT_PLUGIN=true craco build",
"test": "craco test",
"eject": "craco eject"
},
"cracoConfig": "craco.config.js",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@reduxjs/toolkit": "^2.2.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.8",
"base-64": "^1.0.0",
"bootstrap": "^5.3.3",
"brotli-js": "^1.0.2",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-use-websocket": "^4.8.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"sort-by": "^1.2.0",
"ts-jest": "^29.1.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-wdio": "^8.0.7",
"prettier": "^3.2.5",
"sass": "^1.77.1"
}
}