-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.36 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
{
"name": "rent_advertisement_front_end",
"version": "0.1.0",
"private": true,
"dependencies": {
"@trendmicro/react-sidenav": "^0.4.5",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"font-awesome": "^4.7.0",
"formik": "^1.3.2",
"google-maps-react": "^2.0.2",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-bootstrap-toggle": "^2.3.1",
"react-dom": "^16.6.0",
"react-fontawesome": "^1.6.1",
"react-google-maps": "^9.4.5",
"react-js-pagination": "^3.0.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.4",
"react-sidenav": "^3.1.3",
"reactstrap": "^6.5.0",
"styled-components": "^4.1.2",
"webpack-dev-server": "^3.1.9",
"yup": "^0.26.6"
},
"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"
],
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^1.0.0",
"node-sass": "^4.9.4",
"react-alice-carousel": "^1.13.0",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"typescript": "^3.1.3",
"webpack": "^4.19.1"
}
}