-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "a1jobs-2.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fortawesome/react-fontawesome": "^0.1.8",
"@material-ui/core": "^3.6.2",
"@material-ui/icons": "^3.0.1",
"axios": "^0.19.0",
"create-react-app": "^2.1.5",
"moment": "^2.24.0",
"ol": "^4.6.0",
"ol-geocoder": "^3.2.0",
"react": "^16.6.3",
"react-bootstrap-typeahead": "^3.3.6",
"react-content-loader": "^4.3.4",
"react-datepicker": "^2.10.1",
"react-dom": "^16.6.3",
"react-jsonschema-form": "^1.2.1",
"react-loading": "^2.0.3",
"react-notify-toast": "^0.5.0",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.5",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^3.4.2",
"typeface-roboto": "0.0.54",
"validator": "^12.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}