Initial Commit
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user