-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 880 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
29
30
31
32
{
"name": "curtin-courses",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@rails/webpacker": "^4.0.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.3.1",
"immutability-helper": "^3.0.1",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"popper.js": "^1.15.0",
"prop-types": "^15.7.2",
"rails-erb-loader": "^5.5.2",
"react": "^16.8.6",
"react-beautiful-dnd": "^11.0.4",
"react-bootstrap": "^1.0.0-beta.9",
"react-bootstrap-typeahead": "^3.4.5",
"react-collapse": "^4.0.3",
"react-dom": "^16.8.6",
"react-edit-inline-ff": "^1.0.8",
"react-graph-vis": "^1.0.2",
"react-motion": "^0.5.2",
"react_ujs": "^2.5.0",
"truncate": "^2.1.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"webpack-dev-server": "^3.7.2"
}
}