-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "uber-music",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.0",
"@opuscapita/react-searchbar": "^2.1.1",
"@rails/webpacker": "^4.0.7",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.2.6",
"jw-react-pagination": "^1.1.0",
"material-kit": "^2.0.4",
"material-ui": "^0.20.2",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-datepicker": "^2.8.0",
"react-day-picker": "^7.3.2",
"react-dom": "^16.9.0",
"react-select": "^3.0.4",
"react-slick": "^0.25.2",
"react-yandex-maps": "^4.0.1",
"react_ujs": "^2.6.0",
"search-bar-react": "^1.1.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"react-router-dom": "^5.0.1",
"webpack-dev-server": "^3.8.0"
}
}