|
1 | 1 | { |
| 2 | + "private": true, |
| 3 | + "packageManager": "[email protected]", |
2 | 4 | "scripts": { |
3 | | - "build:chrome": "webpack --env platform=chrome --mode=production", |
4 | | - "build:firefox": "webpack --env platform=firefox --mode=production", |
5 | | - "develop:chrome": "webpack --env platform=chrome --mode=development --watch", |
6 | | - "develop:firefox": "webpack --env platform=firefox --mode=development --watch", |
| 5 | + "build:chrome": "rspack --env platform=chrome --mode=production", |
| 6 | + "build:firefox": "rspack --env platform=firefox --mode=production", |
| 7 | + "develop:chrome": "rspack --env platform=chrome --mode=development --watch", |
| 8 | + "develop:firefox": "rspack --env platform=firefox --mode=development --watch", |
7 | 9 | "prepare": "husky install", |
8 | 10 | "test": "tsc --noEmit && eslint --ext=tsx,ts ." |
9 | 11 | }, |
|
14 | 16 | "@emotion/styled": "^11.10.8", |
15 | 17 | "@floating-ui/react": "^0.25.0", |
16 | 18 | "@tabler/icons-react": "^2.30.0", |
17 | | - "lodash-es": "^4.17.21", |
| 19 | + "es-toolkit": "^1.38.0", |
18 | 20 | "overlayscrollbars": "^2.2.1", |
19 | 21 | "overlayscrollbars-react": "^0.5.1", |
20 | 22 | "react": "^18.2.0", |
|
27 | 29 | }, |
28 | 30 | "devDependencies": { |
29 | 31 | "@babel/core": "^7.22.9", |
30 | | - "@babel/plugin-transform-runtime": "^7.22.9", |
31 | | - "@babel/preset-env": "^7.22.9", |
32 | 32 | "@babel/preset-react": "^7.22.5", |
33 | 33 | "@babel/preset-typescript": "^7.22.5", |
34 | 34 | "@commitlint/cli": "^17.6.7", |
35 | 35 | "@commitlint/config-conventional": "^17.6.7", |
36 | 36 | "@emotion/babel-plugin": "^11.10.8", |
| 37 | + "@rspack/cli": "^1.3.12", |
| 38 | + "@rspack/core": "^1.3.12", |
37 | 39 | "@seldszar/yael": "^2.2.0", |
38 | | - "@types/lodash-es": "^4.17.8", |
39 | 40 | "@types/react": "^18.2.18", |
40 | 41 | "@types/react-dom": "^18.2.7", |
41 | 42 | "@types/webextension-polyfill": "^0.10.1", |
|
44 | 45 | "autoprefixer": "^10.4.14", |
45 | 46 | "babel-loader": "^9.1.3", |
46 | 47 | "babel-plugin-macros": "^3.1.0", |
47 | | - "copy-webpack-plugin": "^11.0.0", |
48 | | - "css-loader": "^6.8.1", |
49 | 48 | "dotenv": "^16.3.1", |
50 | 49 | "eslint": "^8.46.0", |
51 | 50 | "eslint-config-prettier": "^8.10.0", |
52 | 51 | "eslint-plugin-prettier": "^5.0.0", |
53 | 52 | "eslint-plugin-react": "^7.33.1", |
54 | | - "html-webpack-plugin": "^5.5.3", |
55 | 53 | "husky": "^8.0.3", |
56 | 54 | "lint-staged": "^13.2.3", |
57 | | - "mini-css-extract-plugin": "^2.7.6", |
58 | | - "postcss": "^8.4.27", |
59 | | - "postcss-loader": "^7.3.3", |
60 | 55 | "prettier": "^3.0.1", |
61 | | - "style-loader": "^3.3.3", |
62 | 56 | "tailwindcss": "^3.3.3", |
63 | 57 | "twin.macro": "^3.4.0", |
64 | 58 | "typescript": "^5.1.6", |
65 | | - "webpack": "^5.88.2", |
66 | | - "webpack-cli": "^5.1.4", |
67 | 59 | "webpack-merge": "^5.9.0" |
68 | 60 | }, |
69 | 61 | "babelMacros": { |
|
0 commit comments