Initial Commit

This commit is contained in:
DrunkOatmeal
2023-07-13 13:28:59 +07:00
commit 7b31cd163b
16 changed files with 2823 additions and 0 deletions

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "otis",
"description": "Old Twitter Image Search",
"version": "1.0.0",
"type": "module",
"author": "SoberOatmeal",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^4.4.1",
"vite-plugin-monkey": "^3.3.0",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"solid-js": "^1.7.7"
}
}