-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 832 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 832 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": "sahki",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.0.3-2",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"admin-lte": "^3.0",
"bootstrap": "^4.3.1",
"daterangepicker": "^3.0.5",
"expose-loader": "^1.0.0",
"hammerjs": "^2.0.8",
"interactjs": "^1.9.20",
"jquery": "^3.3.1",
"jquery-ui-dist": "^1.12.1",
"moment-timezone": "^0.5.31",
"popper.js": "^1.14.7",
"rails-erb-loader": "^5.5.2",
"swipejs": "^2.2.18",
"tempusdominus-core": "^5.0.3",
"trix": "^1.2.0",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.0"
}
}