2020-11-12 19:01:50 +00:00
|
|
|
{
|
|
|
|
"name": "tweaked.cc",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Website additions for tweaked.cc",
|
|
|
|
"author": "SquidDev",
|
|
|
|
"license": "BSD-3-Clause",
|
2022-05-31 23:47:00 +00:00
|
|
|
"type": "module",
|
2020-11-12 19:01:50 +00:00
|
|
|
"dependencies": {
|
|
|
|
"preact": "^10.5.5",
|
|
|
|
"tslib": "^2.0.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-14 18:41:31 +00:00
|
|
|
"@rollup/plugin-terser": "^0.4.0",
|
|
|
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
|
|
"@rollup/plugin-url": "^8.0.1",
|
|
|
|
"@types/glob": "^8.1.0",
|
2022-05-31 23:47:00 +00:00
|
|
|
"@types/react-dom": "^18.0.5",
|
2023-08-31 18:14:37 +00:00
|
|
|
"glob": "^10.3.4",
|
2022-05-31 23:47:00 +00:00
|
|
|
"react-dom": "^18.1.0",
|
2023-03-14 18:41:31 +00:00
|
|
|
"react": "^18.1.0",
|
2023-09-18 16:15:03 +00:00
|
|
|
"rehype-highlight": "^7.0.0",
|
|
|
|
"rehype-react": "^8.0.0",
|
|
|
|
"rehype": "^13.0.0",
|
2020-11-12 19:01:50 +00:00
|
|
|
"requirejs": "^2.3.6",
|
2023-03-14 18:41:31 +00:00
|
|
|
"rollup": "^3.19.1",
|
2023-09-18 16:15:03 +00:00
|
|
|
"tsx": "^3.12.10",
|
2023-08-31 18:14:37 +00:00
|
|
|
"typescript": "^5.2.2"
|
2020-11-12 19:01:50 +00:00
|
|
|
}
|
|
|
|
}
|