-
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) · 782 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 782 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": "rails_ssr_react_demo",
"private": true,
"version": "0.1.0",
"dependencies": {
"@babel/preset-react": "7.6.3",
"@rails/actioncable": "6.0.0-alpha",
"@rails/activestorage": "6.0.0-alpha",
"@rails/ujs": "6.0.0-alpha",
"@rails/webpacker": "4.0.7",
"babel-plugin-styled-components": "1.10.6",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"prop-types": "15.7.2",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-helmet-async": "1.0.4",
"source-map-support": "0.5.13",
"styled-components": "4.4.0",
"turbolinks": "5.2.0"
},
"devDependencies": {
"webpack-dev-server": "3.9.0"
},
"engines": {
"node": ">= 12.0.0"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}