mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 01:46:21 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "sutty",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@rails/activestorage": "^6.0.0",
|
|
"@rails/webpacker": "^4.0.7",
|
|
"commonmark": "^0.29.0",
|
|
"input-map": "https://0xacab.org/sutty/input-map.git",
|
|
"input-tag": "https://0xacab.org/sutty/input-tag.git",
|
|
"markdown-it": "^10.0.0",
|
|
"markdown-it-mark": "^3.0.0",
|
|
"prosemirror-commands": "^1.0.8",
|
|
"prosemirror-gapcursor": "^1.0.4",
|
|
"prosemirror-inputrules": "^1.0.4",
|
|
"prosemirror-keymap": "^1.0.2",
|
|
"prosemirror-markdown": "^1.3.1",
|
|
"prosemirror-model": "^1.7.4",
|
|
"prosemirror-state": "^1.2.4",
|
|
"prosemirror-view": "^1.11.7",
|
|
"table-dragger": "https://0xacab.org/sutty/table-dragger.git",
|
|
"tiptap-commands": "^1.12.3",
|
|
"zepto": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^4.2.3",
|
|
"prettier": "1.19.1",
|
|
"pretty-quick": "^2.0.1",
|
|
"webpack-dev-server": "^3.8.0"
|
|
},
|
|
"prettier": {
|
|
"trailingComma": "all",
|
|
"semi": false,
|
|
"singleQuote": true
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|