mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-10-31 23:26:19 +00:00
a4c9e89370
Provides a basic interface for running examples on tweaked.cc. This is probably janky as anything, but it works on my machine. This is the culmination of 18 months of me building far too much infrastructure (copy-cat, illuaminate), so that's nice I guess. I should probably get out more.
19 lines
401 B
JSON
19 lines
401 B
JSON
{
|
|
"name": "tweaked.cc",
|
|
"version": "1.0.0",
|
|
"description": "Website additions for tweaked.cc",
|
|
"author": "SquidDev",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"preact": "^10.5.5",
|
|
"tslib": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^6.1.0",
|
|
"requirejs": "^2.3.6",
|
|
"rollup": "^2.33.1",
|
|
"terser": "^5.3.8",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|