-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 806 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 806 Bytes
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
{
"name": "sos",
"private": true,
"dependencies": {
"@babel/preset-react": "7.10.1",
"@rails/actioncable": "6.0.3",
"@rails/activestorage": "6.0.3",
"@rails/ujs": "6.0.3",
"@rails/webpacker": "5.1.1",
"@reduxjs/toolkit": "1.3.6",
"axios": "0.19.2",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"bulma": "0.9.0",
"bulma-steps": "2.2.1",
"bulma-switch": "2.0.0",
"connected-react-router": "6.8.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-js-pagination": "3.0.3",
"react-redux": "7.2.0",
"react-router-dom": "5.2.0",
"redux": "4.0.5",
"turbolinks": "5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"prettier": "2.0.5",
"webpack-dev-server": "3.11.0"
}
}