mirror of
https://github.com/nkanaev/yarr.git
synced 2026-07-15 11:06:31 +00:00
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"scripts": {
|
|
"build": "esbuild src/frontend/js/main.ts src/frontend/css/app.css --bundle --outdir=src/assets/static --entry-names=bundle"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "0.28.1"
|
|
},
|
|
"dependencies": {
|
|
"@fluent/bundle": "^0.19.1",
|
|
"bootstrap": "4.5",
|
|
"vue": "^2.7.16"
|
|
}
|
|
}
|