-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.96 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": "reducks-redux-queue",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/PenguinOfWar/reducks-redux-queue"
},
"author": "Darryl Walker <[email protected]>",
"license": "MIT",
"main": "src/lib/index.js",
"homepage": "https://penguinofwar.github.io/reducks-redux-queue",
"dependencies": {
"rxjs": "^6.5.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:prettier/recommended",
"plugin:react/recommended"
],
"rules": {
"no-var": "error",
"react/display-name": "off"
}
},
"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-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"bootstrap": "^4.5.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.5",
"history": "^5.0.0",
"jest-enzyme": "^7.1.2",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-code-blocks": "0.1.4",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-redux-toastr": "^7.6.5",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "5.0.1",
"redux": "^4.0.5",
"redux-observable": "^1.2.0",
"redux-thunk": "^2.3.0",
"rsup-progress": "^1.4.0",
"sass": "^1.69.5",
"sass-lint": "^1.13.1"
}
}