Skip to content

Commit

Permalink
refactor: modularize background and offscreen (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino authored Dec 21, 2023
1 parent 51dcb29 commit 821f273
Show file tree
Hide file tree
Showing 46 changed files with 30,800 additions and 11,183 deletions.
23,088 changes: 23,088 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.3",
"tlsn-js": "^0.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand All @@ -50,6 +51,7 @@
"@types/react-dom": "^18.0.10",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.9",
"@types/webextension-polyfill": "^0.10.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"babel-preset-react-app": "^10.0.1",
Expand Down Expand Up @@ -80,12 +82,13 @@
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"ttlcache": "link:@types/@isaacs/ttlcache",
"ttlcache": "@types/@isaacs/ttlcache",
"type-fest": "^3.5.2",
"typescript": "^4.9.4",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"zip-webpack-plugin": "^4.0.1"
}
}
}
Loading

0 comments on commit 821f273

Please sign in to comment.