-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
28 lines (28 loc) · 890 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
{
"name": "pwa_demo",
"private": true,
"scripts": {
"dev": "./bin/webpack-dev-server",
"prod": "npm run prod-build && npm run prod-server",
"prod-build": "RAILS_ENV=production rails assets:precompile",
"prod-server": "RAILS_ENV=production POSTGRESQL_DATABASE=pwa-demo_development RAILS_SERVE_STATIC_FILES=true rails server"
},
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.7",
"axios": "^0.19.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"turbolinks": "^5.2.0",
"workbox-webpack-plugin": "^4.3.1"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.8.0"
}
}