|
13 | 13 | "dev:chrome": "plasmo dev --target=chrome-mv3",
|
14 | 14 | "dev:safari": "plasmo dev --target=safari-mv3",
|
15 | 15 | "dev:firefox": "plasmo dev --target=firefox-mv3",
|
| 16 | + "build": "pnpm build:chrome", |
16 | 17 | "build:chrome": "plasmo build --target=chrome-mv3",
|
17 | 18 | "build:firefox": "plasmo build --target=firefox-mv3 --zip",
|
18 |
| - "lint": "eslint ./src", |
| 19 | + "lint": "eslint src", |
19 | 20 | "format": "prettier --write .",
|
20 | 21 | "package": "plasmo package",
|
21 | 22 | "clean": "rimraf apps build .plasmo node_modules"
|
|
25 | 26 | "@plasmohq/storage": "^1.11.0",
|
26 | 27 | "@radix-ui/react-dropdown-menu": "^2.1.1",
|
27 | 28 | "@radix-ui/react-switch": "^1.1.0",
|
28 |
| - "@status-im/colors": "^0.4.0", |
| 29 | + "@status-im/colors": "workspace:*", |
29 | 30 | "cva": "^1.0.0-beta.1",
|
30 | 31 | "ethers": "^6.13.0",
|
31 | 32 | "plasmo": "0.88.0",
|
|
37 | 38 | "devDependencies": {
|
38 | 39 | "@ianvs/prettier-plugin-sort-imports": "4.1.1",
|
39 | 40 | "@parcel/bundler-experimental": "^2.7.0",
|
40 |
| - "@status-im/eslint-config": "^0.3.0", |
| 41 | + "@status-im/eslint-config": "workspace:*", |
41 | 42 | "@tailwindcss/typography": "^0.5.13",
|
42 | 43 | "@types/chrome": "0.0.258",
|
43 | 44 | "@types/node": "20.11.5",
|
44 | 45 | "@types/react": "18.2.48",
|
45 | 46 | "@types/react-dom": "18.2.18",
|
46 | 47 | "autoprefixer": "^10.4.19",
|
47 | 48 | "husky": "^8.0.3",
|
48 |
| - "lint-staged": "^13.2.0", |
49 | 49 | "postcss": "^8.4.38",
|
50 | 50 | "prettier": "3.2.4",
|
51 | 51 | "prettier-plugin-tailwindcss": "^0.6.1",
|
|
0 commit comments