mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2025-10-07 07:22:37 +02:00
28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"name": "4chenz",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-html": "^1.0.2",
|
|
"@types/node": "^18.15.13",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.2.2",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-monkey": "^3.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.2",
|
|
"@types/chrome": "^0.0.233",
|
|
"@violentmonkey/types": "^0.1.5",
|
|
"font-awesome": "^4.7.0",
|
|
"htmlparser2": "^8.0.2",
|
|
"node-html-parser": "^6.1.5",
|
|
"vite-plugin-html-inject": "^1.0.1"
|
|
}
|
|
} |