5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 16:56:21 +00:00
panel/package.json

34 lines
1 KiB
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": {
"@airbrake/browser": "^1.4.1",
"@rails/actiontext": "^6.0.0",
2022-12-30 18:46:48 +00:00
"@rails/activestorage": "^6.1.7",
"@rails/ujs": "^6.1.7",
"@suttyweb/editor": "^0.1.13",
2021-10-20 15:58:51 +00:00
"chart.js": "^3.5.1",
"chartkick": "^4.0.5",
2022-12-30 18:46:48 +00:00
"commonmark": "^0.30.0",
2023-01-04 16:37:13 +00:00
"esbuild": "^0.16.12",
"fork-awesome": "^1.1.7",
"input-map": "git+https://0xacab.org/sutty/input-map.git",
"input-tag": "git+https://0xacab.org/sutty/input-tag.git",
"leaflet": "^1.7.1",
2020-05-26 21:32:46 +00:00
"prosemirror-example-setup": "^1.1.2",
"prosemirror-markdown": "^1.4.5",
"prosemirror-schema-basic": "^1.1.2",
2023-01-04 16:37:13 +00:00
"punycode": "^2.1.1",
"stimulus": "^1.1.1",
2021-04-07 20:45:27 +00:00
"turbolinks": "^5.2.0",
"typescript": "^4.1.5",
"zepto": "^1.2.0"
2021-04-07 20:45:27 +00:00
},
"devDependencies": {
2021-10-20 15:58:51 +00:00
"@types/rails__activestorage": "^6.0.0"
2023-01-04 16:37:13 +00:00
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --loader:.png=file --loader:.jpg=file --loader:.woff2=file"
2018-02-03 14:02:21 +00:00
}
2018-01-02 17:19:25 +00:00
}