Save youtube before it dies
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
528 B

{
"name": "yt-archive",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"algoliasearch": "4.12.1",
"instantsearch.js": "^4.7.0",
"typesense-instantsearch-adapter": "^2.6.0",
"vue": "3.2.25",
"vue-instantsearch": "4.8.8",
"vue-router": "^4.2.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "2.2.0",
"@vitejs/plugin-vue-jsx": "1.3.7",
"vite": "2.8.0"
}
}