aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 8dc65f0..eb046c1 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -11,6 +11,7 @@
"check:ts": "tsc",
"dev": "remix vite:dev",
"openapi-typescript": "openapi-typescript --output ./app/api/schema.d.ts ../openapi/api-server.yaml",
+ "shiki-codegen": "shiki-codegen --langs php --themes github-light --engine javascript ./app/shiki.bundle.ts",
"start": "remix-serve ./build/server/index.js"
},
"dependencies": {
@@ -48,6 +49,7 @@
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"openapi-typescript": "^7.6.1",
+ "shiki-codegen": "^3.1.0",
"tailwindcss": "^4.0.12",
"typescript": "^5.8.2",
"vite": "^6.1.1",