forked from y-shashank/rails6_bootstrap_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 652 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 652 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
{
"name": "todo-app",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"datatables.net": "^1.11.3",
"datatables.net-bs4": "^1.11.3",
"expose-loader": "^1.0.0",
"jquery": "3.6.0",
"jquery-easing": "^0.0.1",
"popper.js": "^1.16.1",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3"
}
}