tinyforms/package.json

19 lines
399 B
JSON
Raw Permalink Normal View History

2020-04-05 21:29:32 +00:00
{
"name": "tinyform",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"bulma": "^0.8.1",
2020-04-08 11:59:08 +00:00
"bulma-helpers": "^0.3.10",
2020-04-14 12:01:50 +00:00
"turbolinks": "^5.2.0",
"typed.js": "^2.0.11"
2020-04-05 21:29:32 +00:00
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.10.3"
}
}