-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.81 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.81 KB
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
{
"name": "rsl-gear-optimizer",
"version": "1.0.1",
"private": true,
"dependencies": {
"@react-hook/debounce": "^3.0.0",
"@reduxjs/toolkit": "^1.4.0",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^7.1.2",
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-bootstrap": "^0.32.24",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.6",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/styled-components": "^5.1.4",
"@types/uuid": "^8.3.0",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"downshift": "^6.0.6",
"immer": "^7.0.14",
"localforage": "^1.9.0",
"node-sass": "^4.0.0",
"raid-data": "https://github.com/McRadane/raid-data",
"react": "^16.14.0",
"react-bootstrap": "^1.4.0",
"react-bootstrap-icons": "^1.0.0",
"react-dom": "^16.14.0",
"react-helmet-async": "^1.0.7",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"styled-components": "^5.2.0",
"typescript": "3.9.7",
"uuid": "^8.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint --report-unused-disable-directives src --ext .ts,.tsx",
"lint:fix": "eslint --report-unused-disable-directives --fix src --ext .ts,.tsx",
"pull-assets": "gulp copyRaidData"
},
"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": {
"@types/react-redux": "^7.1.11",
"@types/redux-logger": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.14.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "6.3.0",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-sonarjs": "npm:eslint-plugin-sonarjs-6",
"eslint-plugin-web": "^0.0.2",
"gulp": "^4.0.2",
"prettier": "^2.1.2",
"worker-loader": "^3.0.5"
}
}