-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 749 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
32
{
"name": "matreon",
"private": true,
"dependencies": {
"@rails/webpacker": "3.4",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.0.0",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-on-rails": "^10.1.3",
"reactstrap": "^5.0.0",
"react-router-dom": "4.3.0-rc.2",
"redux": "^3.0.0",
"react-redux": "^4.4.9",
"react-router-redux": "^4.0.7",
"immutable": "3.8.2",
"redux-thunk": "2.2.0",
"axios": "0.17.1"
},
"devDependencies": {
"webpack-dev-server": "2.11.2",
"caniuse-lite": "^1.0.30000823",
"babel-runtime": ">= 6",
"js-yaml": "3.0.0",
"webpack": "^3.0.0",
"popper.js": "1.12"
},
"engines": {
"node": "8.11"
}
}