forked from muzyawari/saver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 745 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 745 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
{
"name": "saver",
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.6",
"@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": "^3.5.1",
"chartkick": "^4.0.5",
"dragula": "^3.7.3",
"flatpickr": "^4.6.9",
"jquery": "^3.6.3",
"popper.js": "^1.16.1",
"sortable": "^2.0.0",
"sortablejs": "^1.14.0",
"stimulus": "^3.2.1",
"stimulus_reflex": "3.4.1",
"turbolinks": "^5.2.0",
"typed.js": "^2.0.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"rewire": "^5.0.0",
"webpack-dev-server": "^3"
}
}