Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreademasi committed May 18, 2023
1 parent 159410d commit 7833aff
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 654 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "synclify",
"displayName": "Synclify - Watch in sync with your friends",
"version": "0.1.1",
"version": "0.2.0",
"description": "Create a watch party straight from your browser—works anywhere, ad-free.",
"author": "andrea",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@plasmohq/messaging": "^0.2.1",
"@plasmohq/storage": "^1.5.0",
"@plasmohq/messaging": "^0.3.0",
"@plasmohq/storage": "^1.6.0",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.4",
"lodash.debounce": "^4.0.8",
"preact": "^10.13.2",
"preact": "^10.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
Expand All @@ -23,22 +23,22 @@
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "^3.6.4",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.16.5",
"@types/node": "^18.16.13",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"autoprefixer": "^10.4.14",
"cssnano": "^5.1.15",
"cssnano": "^6.0.1",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"plasmo": "^0.70.1",
"plasmo": "^0.71.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
Expand Down
Loading

0 comments on commit 7833aff

Please sign in to comment.