-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.88 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.88 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
{
"name": "react-redux-practice",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/prop-types": "^15.5.2",
"@types/react": "^16.0.25",
"axios": "^0.21.1",
"blueimp-load-image": "^2.17.0",
"bootstrap": "^5.1.0",
"detect-browser": "^2.0.0",
"font-awesome": "^4.7.0",
"html-to-react": "^1.3.4",
"jquery": "^3.6.0",
"platform": "^1.3.4",
"prop-types": "latest",
"react": "^16.7.0",
"react-autosuggest": "^9.3.2",
"react-bootstrap": "^2.0.0-beta.6",
"react-cookie": "^2.1.1",
"react-datepicker": "^0.46.0",
"react-dom": "^16.7.0",
"react-dropzone": "^3.13.4",
"react-file-base64": "^1.0.3",
"react-file-reader": "^1.1.3",
"react-fontawesome": "^1.6.1",
"react-ga": "^2.3.5",
"react-image-crop": "^2.1.1",
"react-image-lightbox": "^4.3.0",
"react-input-mask": "^1.2.2",
"react-modal": "^2.4.1",
"react-paypal-express-checkout": "^1.0.5",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-share": "^1.16.0",
"react-textarea-autosize": "^5.2.1",
"redux": "^3.7.2",
"redux-observable": "^0.16.0",
"redux-promise-middleware": "^4.4.2",
"redux-thunk": "^2.2.0",
"rxjs": "^5.5.2",
"sass": "^1.80.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"styled-components": "^2.2.4"
},
"devDependencies": {
"npm-run-all": "^4.0.2",
"react-scripts": "^0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}