-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.78 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
{
"name": "react-redux-starter",
"description": "React Redux Starter With Firebase",
"author": "Noviandra Syahputra <andra.zone@gmail.com>",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"firebase": "^9.2.0",
"immutable": "^4.0.0",
"moment": "^2.29.1",
"node-sass": "^6.0.1",
"nprogress": "^0.2.0",
"pluralize": "^8.0.0",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.1",
"react-currency-masked-input": "^2.5.0",
"react-datepicker": "^4.3.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.0",
"sweetalert": "^2.1.2"
},
"scripts": {
"start": "env-cmd -e development react-scripts start",
"build": "env-cmd -e development,production react-scripts build",
"build:staging": "env-cmd -e development,staging react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1"
}
}