-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "alder",
"private": true,
"engines": {
"yarn": "1.x"
},
"dependencies": {
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"connected-react-router": "^6.5.2",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-flash": "^2.0.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"redux-token-auth": "^0.19.0",
"sass-loader": "^8.0.0",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-manifest-plugin": "^2.2.0"
},
"resolutions": {
"react-redux": "^7.1.1"
},
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack --mode=development",
"heroku-postbuild": "webpack --mode=production"
},
"version": "0.1.0"
}