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": {
|
2021-08-20 20:54:44 +00:00
|
|
|
"@rollup/plugin-typescript": "^8.2.5",
|
2022-07-21 19:38:44 +00:00
|
|
|
"@rollup/plugin-url": "^7.0.0",
|
2022-05-31 23:47:00 +00:00
|
|
|
"@types/glob": "^7.2.0",
|
|
|
|
"@types/react-dom": "^18.0.5",
|
|
|
|
"glob": "^8.0.3",
|
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"rehype": "^12.0.1",
|
|
|
|
"rehype-highlight": "^5.0.2",
|
|
|
|
"rehype-react": "^7.1.1",
|
2020-11-12 19:01:50 +00:00
|
|
|
"requirejs": "^2.3.6",
|
|
|
|
"rollup": "^2.33.1",
|
2021-11-27 12:27:40 +00:00
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
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"
|
|
|
|
}
|
|
|
|
}
|