mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 05:16:23 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"name": "sutty",
|
|
"author": "Sutty <hi@sutty.nl>",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@airbrake/browser": "^1.4.1",
|
|
"@rails/activestorage": "^6.1.7",
|
|
"@rails/ujs": "^6.1.7",
|
|
"@suttyweb/editor": "^0.1.13",
|
|
"bootstrap": "^4.6.0",
|
|
"chart.js": "^3.5.1",
|
|
"chartkick": "^4.0.5",
|
|
"commonmark": "^0.30.0",
|
|
"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",
|
|
"prosemirror-example-setup": "^1.1.2",
|
|
"prosemirror-markdown": "^1.4.5",
|
|
"prosemirror-schema-basic": "^1.1.2",
|
|
"punycode": "^2.1.1",
|
|
"sass": "^1.57.1",
|
|
"stimulus": "^1.1.1",
|
|
"turbolinks": "^5.2.0",
|
|
"typescript": "^4.1.5",
|
|
"zepto": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/rails__activestorage": "^6.0.0"
|
|
},
|
|
"scripts": {
|
|
"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"
|
|
}
|
|
}
|