sutty/package.json

18 lines
483 B
JSON
Raw Normal View History

2018-01-02 17:19:25 +00:00
{
"name": "sutty",
"private": true,
2018-02-03 14:02:21 +00:00
"dependencies": {
"@rails/actiontext": "^6.0.0",
"@rails/webpacker": "^4.0.7",
"commonmark": "^0.29.0",
2020-01-28 21:05:59 +00:00
"input-map": "https://0xacab.org/sutty/input-map.git",
2019-08-16 23:25:07 +00:00
"input-tag": "https://0xacab.org/sutty/input-tag.git",
"table-dragger": "https://0xacab.org/sutty/table-dragger.git",
2019-09-02 16:46:30 +00:00
"trix": "https://0xacab.org/sutty/trix.git",
"zepto": "^1.2.0"
},
"devDependencies": {
"webpack-dev-server": "^3.8.0"
2018-02-03 14:02:21 +00:00
}
2018-01-02 17:19:25 +00:00
}