-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 914 Bytes
/
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
{
"name": "rem_app",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.9.4",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"actioncable": "^5.2.4-2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.5.0",
"font-awesome": "^4.7.0",
"lodash": "^4.17.15",
"moment": "^2.25.3",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-currency-input": "^1.3.6",
"react-dom": "^16.13.1",
"react-number-format": "^4.4.1",
"react-on-rails": "11.3.0",
"react-responsive-carousel": "^3.2.7",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^6.0.4",
"reactstrap": "^8.4.1",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.0"
}
}