mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-05 01:26:20 +00:00
a74089d8ae
Mostly in prep for 1.19.4. - Update to Loom 1.1. - Simplifies our handling of remapped configurations a little. - Removes the need for a fake fabric.mod.json in the API jar. For reasons I don't quite understand, this required us to bump the Fabric API version. Otherwise interfaces are not injected. - Update to Rollup 3.0. - Do NOT update NullAway: It now correctly checks @Nullable fields in inherited classes. This is good, but also a pain as Minecraft is a little over-eager in where it puts @Nullable.
30 lines
726 B
JSON
30 lines
726 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",
|
|
"@types/react-dom": "^18.0.5",
|
|
"glob": "^9.3.0",
|
|
"react-dom": "^18.1.0",
|
|
"react": "^18.1.0",
|
|
"rehype-highlight": "^6.0.0",
|
|
"rehype-react": "^7.1.1",
|
|
"rehype": "^12.0.1",
|
|
"requirejs": "^2.3.6",
|
|
"rollup": "^3.19.1",
|
|
"ts-node": "^10.8.0",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|