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-03-14 18:41:31 +00:00
|
|
|
"glob": "^9.3.0",
|
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",
|
|
|
|
"rehype-highlight": "^6.0.0",
|
2022-05-31 23:47:00 +00:00
|
|
|
"rehype-react": "^7.1.1",
|
2023-03-14 18:41:31 +00:00
|
|
|
"rehype": "^12.0.1",
|
2020-11-12 19:01:50 +00:00
|
|
|
"requirejs": "^2.3.6",
|
2023-03-14 18:41:31 +00:00
|
|
|
"rollup": "^3.19.1",
|
2022-05-31 23:47:00 +00:00
|
|
|
"ts-node": "^10.8.0",
|
2020-11-12 19:01:50 +00:00
|
|
|
"typescript": "^4.0.5"
|
|
|
|
}
|
|
|
|
}
|