Skip to content

Commit

Permalink
Merge pull request #36 from tjx666/vue3
Browse files Browse the repository at this point in the history
Some optimize
  • Loading branch information
余腾靖 authored Nov 25, 2022
2 parents b1fdccf + 02a357c commit 4b0b27d
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 18,204 deletions.
14 changes: 10 additions & 4 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 @@ -61,19 +64,20 @@
"@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.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",
Expand All @@ -97,9 +101,10 @@
"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",
Expand All @@ -108,7 +113,7 @@
"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",
Expand All @@ -129,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 4b0b27d

Please sign in to comment.