aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-12-12 19:21:22 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-12-12 19:21:22 +0100
commita815c291074b454d4bb1a31067cd363c84df1360 (patch)
treeb04e3e048fdd15caff2c9127d7598b04b47178a7 /package.json
parentd56090d43c925dbbd22a3e0c3f6d541674a09697 (diff)
refactor(frontend): remove JS files
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/package.json b/package.json
index 6946be4..d3b2fd7 100644
--- a/package.json
+++ b/package.json
@@ -6,21 +6,19 @@
"scripts": {
"build:sass": "sass --no-source-map --style=compressed frontend/scss/main.scss dist/styles.css",
"watch:sass": "sass --watch frontend/scss/main.scss dist/styles.css",
- "build:js": "bun build frontend/index.ts --outdir ./dist --minify",
- "build": "bun run build:sass && bun run build:js",
+ "build": "bun run build:sass",
"format": "prettier . --write"
},
"devDependencies": {
"@types/bun": "latest",
- "prettier": "^3.6.2"
+ "prettier": "^3.7.4"
},
"peerDependencies": {
- "typescript": "^5"
+ "typescript": "^5.9.3"
},
"dependencies": {
- "htmx.org": "2.0.7",
"reset-css": "^5.0.2",
- "sass": "^1.93.2",
+ "sass": "^1.95.1",
"scss": "^0.2.4"
}
}