Skip to content

Commit

Permalink
Merge branch 'manifest-v3' of github.com:tjx666/awesome-chrome-extens…
Browse files Browse the repository at this point in the history
…ion-boilerplate into manifest-v3
  • Loading branch information
changfeng committed Dec 29, 2022
2 parents 8f4e247 + 4b0b27d commit 56c6301
Show file tree
Hide file tree
Showing 10 changed files with 322 additions and 216 deletions.
5 changes: 3 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/node_modules
extension
node_modules
extension
server/client/react-devtools.js
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
extension
server/client/react-devtools.js
25 changes: 16 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"bugs": {
"url": "https://github.com/tjx666/awesome-chrome-extension-boilerplate/issues"
},
"engines": {
"node": "^18.12.1"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "cross-env NODE_ENV=development ts-node --files ./server/start.ts",
Expand Down Expand Up @@ -42,7 +45,7 @@
]
},
"dependencies": {
"antd": "5.0.0",
"antd": "5.0.1",
"dayjs": "1.11.6",
"jquery": "3.6.1",
"lodash": "4.17.21",
Expand All @@ -61,26 +64,27 @@
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@nuxt/friendly-errors-webpack-plugin": "2.5.2",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.9",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@swc/core": "1.3.19",
"@types/chrome": "0.0.202",
"@types/chrome": "0.0.203",
"@types/cors": "2.8.12",
"@types/express": "4.17.14",
"@types/html-minifier": "4.0.2",
"@types/html-webpack-plugin": "3.2.6",
"@types/jquery": "3.5.14",
"@types/lodash": "4.14.189",
"@types/lodash": "4.14.190",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-router-dom": "5.3.3",
"@types/wait-on": "5.3.1",
"@types/webextension-polyfill": "0.9.1",
"@types/webpack": "5.28.0",
"@types/webpack-bundle-analyzer": "4.6.0",
"@types/webpack-hot-middleware": "2.25.6",
"@types/webpackbar": "4.0.3",
"@types/yargs": "17.0.13",
"@yutengjing/eslint-config-react": "0.0.5",
"@types/yargs": "17.0.14",
"@yutengjing/eslint-config-react": "0.0.8",
"@yutengjing/prettier-config": "0.0.1",
"ansi-colors": "4.1.3",
"antd-dayjs-webpack-plugin": "1.0.6",
Expand All @@ -97,22 +101,24 @@
"css-loader": "6.7.2",
"css-minimizer-webpack-plugin": "4.2.2",
"eslint": "8.28.0",
"exit-hook": "2.2.1",
"express": "4.18.2",
"fork-ts-checker-webpack-plugin": "7.2.13",
"format-imports": "3.1.2",
"format-imports": "3.1.3",
"get-port": "5.1.1",
"html-webpack-plugin": "5.5.0",
"html-webpack-tags-plugin": "3.0.2",
"http-proxy-middleware": "2.0.6",
"husky": "8.0.2",
"less": "4.1.3",
"less-loader": "11.1.0",
"lightningcss": "1.16.1",
"lint-staged": "13.0.3",
"lint-staged": "13.0.4",
"mini-css-extract-plugin": "2.7.0",
"open": "8.4.0",
"postcss-less": "6.0.0",
"postcss-scss": "4.0.5",
"prettier": "2.7.1",
"prettier": "2.8.0",
"react-devtools": "4.26.1",
"react-refresh": "0.14.0",
"rimraf": "3.0.2",
Expand All @@ -128,6 +134,7 @@
"terser-webpack-plugin": "5.3.6",
"ts-node": "10.9.1",
"typescript": "4.9.3",
"wait-on": "6.0.1",
"webext-bridge": "5.0.5",
"webpack": "5.75.0",
"webpack-bundle-analyzer": "4.7.0",
Expand Down
Loading

0 comments on commit 56c6301

Please sign in to comment.