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

37 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2018-01-02 17:19:25 +00:00
{
"name": "sutty",
"author": "Sutty <hi@sutty.nl>",
2018-01-02 17:19:25 +00:00
"private": true,
2018-02-03 14:02:21 +00:00
"dependencies": {
"@airbrake/browser": "^1.4.1",
2022-12-30 18:46:48 +00:00
"@rails/activestorage": "^6.1.7",
"@rails/ujs": "^6.1.7",
"@suttyweb/editor": "^0.1.13",
2023-01-04 17:15:28 +00:00
"bootstrap": "^4.6.0",
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",
2023-01-04 17:15:28 +00:00
"sass": "^1.57.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": {
2023-01-04 17:15:28 +00:00
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --loader:.png=file --loader:.jpg=file --loader:.woff=file --loader:.woff2=file --loader:.eot=file --loader:.svg=file --loader:.ttf=file --loader:.otf=file",
"build:css": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/styles.css --no-source-map --load-path=node_modules"
2018-02-03 14:02:21 +00:00
}
2018-01-02 17:19:25 +00:00
}