-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 875 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 875 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
33
34
{
"name": "covid_volunteers",
"private": true,
"scripts": {
"deploy-staging": "git push heroku-staging $(git rev-parse --abbrev-ref HEAD):master"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.2",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"@tailwindcss/ui": "^0.1.3",
"flatpickr": "^4.6.3",
"i18n-js": "^3.7.1",
"jquery": "^3.5.0",
"js-cookie": "^2.2.1",
"js-yaml": "^3.14.0",
"menuspy": "^1.3.0",
"moment": "^2.25.3",
"pluralize": "^8.0.0",
"rails-erb-loader": "^5.5.2",
"select2": "^4.0.13",
"stickybits": "^3.7.6",
"tailwindcss": "^1.2.0",
"turbolinks": "^5.2.0",
"urijs": "^1.19.2",
"yarn": "^1.22.4"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.10.3"
}
}