-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 684 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 684 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": "extinctionrebellion",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.6",
"@rails/activestorage": "^6.0.6",
"@rails/ujs": "^6.0.6",
"@rails/webpacker": "^5.4.3",
"animate.css": "^3.7.2",
"datatables.net": "1.10.19",
"datatables.net-buttons-zf": "1.5.6",
"datatables.net-plugins": "1.10.19",
"datatables.net-select-zf": "1.3.0",
"datatables.net-zf": "1.10.19",
"foundation-sites": "6.5.3",
"jquery": "^3.3.1",
"jszip": "^3.8.0",
"pickadate": "^3.6.4",
"stimulus": "^1.1.1",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.3"
}
}