Websites/package.json
Donovan Daniels b1c702e3cd
Add image management ui
poorly tested but it worked well enough, I'm sure I'll be patching bugs over the next few weeks
Also remove turbo because it sucks
Also changed the way we handle hosts in dev
2024-05-06 03:25:17 -05:00

30 lines
711 B
JSON

{
"name": "app",
"packageManager": "yarn@1.22.19",
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@popperjs/core": "^2.11.8",
"@rails/ujs": "^7.1.2",
"bootstrap": "^5.3.2",
"esbuild": "^0.19.5",
"jquery": "^3.7.1",
"jquery-ujs": "^1.2.3"
},
"scripts": {
"build": "node esbuild.config.mjs"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/jquery": "^3.5.29",
"@types/jqueryui": "^1.12.20",
"@types/rails__ujs": "^6.0.4",
"@uwu-codes/eslint-config": "^1.1.26",
"chokidar": "^3.5.3",
"esbuild-sass-plugin": "^2.16.0",
"eslint": "^8.53.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"license": "MIT"
}