mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-04 13:19:13 +00:00
3188197447
We already use preact for the copy-cat integration, so it makes sense to use it during the static pass too. This allows us to drop a dependency on react.
28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"name": "tweaked.cc",
|
|
"version": "1.0.0",
|
|
"description": "Website additions for tweaked.cc",
|
|
"author": "SquidDev",
|
|
"license": "BSD-3-Clause",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"preact": "^10.5.5",
|
|
"tslib": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-terser": "^0.4.0",
|
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
"@rollup/plugin-url": "^8.0.1",
|
|
"@types/glob": "^8.1.0",
|
|
"glob": "^10.3.4",
|
|
"preact-render-to-string": "^6.2.1",
|
|
"rehype": "^13.0.0",
|
|
"rehype-highlight": "^7.0.0",
|
|
"rehype-react": "^8.0.0",
|
|
"requirejs": "^2.3.6",
|
|
"rollup": "^3.19.1",
|
|
"tsx": "^3.12.10",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|