This commit is contained in:
2026-02-11 22:30:04 +09:00
parent be1f627457
commit 30835f78d4
75 changed files with 4878 additions and 143 deletions

View File

@@ -9,19 +9,32 @@
"lint": "eslint"
},
"dependencies": {
"@puckeditor/core": "^0.21.1",
"@tabler/icons-react": "^3.36.1",
"@wordpress/block-serialization-default-parser": "^5.39.0",
"axios": "^1.13.2",
"daisyui": "^5.5.14",
"html-react-parser": "^5.2.17",
"interweave": "^13.1.1",
"next": "16.1.3",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.3",
"interweave-ssr": "^2.0.0",
"tailwindcss": "^4",
"typescript": "^5"
},
"optionalDependencies": {
"@duckdb/node-api": "^1.4.3-r.3"
}
}