5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 01:24:16 +00:00
panel/package.json

16 lines
375 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": {
"bootstrap-markdown": "https://0xacab.org/itacate-kefir/bootstrap-markdown.git",
2018-02-10 23:40:37 +00:00
"jquery": "^3.3.1",
"jquery.hotkeys": "^0.1.0",
"markdown": "^0.5.0",
2018-02-10 23:40:37 +00:00
"markdown-it": "^8.4.0",
"marked": "^0.3.12",
2018-02-26 19:59:55 +00:00
"popper.js": "^1.12.9",
2018-04-27 19:46:21 +00:00
"select2": "^4.0.6-rc.1",
"table-dragger": "^1.0.2"
2018-02-03 14:02:21 +00:00
}
2018-01-02 17:19:25 +00:00
}