-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 736 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
{
"name": "flightlessmango_com",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.1",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.7",
"bootstrap": "4.3.1",
"chart.js": "^2.8.0",
"chartjs-plugin-streaming": "^1.8.0",
"chartkick": "^3.1.1",
"chosen": "^0.0.2",
"chosen-js": "^1.8.7",
"highcharts": "^7.1.3",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"popper.js": "^1.16.0",
"toastr": "^2.1.4",
"turbolinks": "^5.2.0",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.8.0"
}
}