|
2 | 2 | "name": "toggle-experiment",
|
3 | 3 | "displayName": "Toggle Experiment",
|
4 | 4 | "description": "A browser extension to inject the LocalStorage of a website for Optimizely experiments.",
|
5 |
| - "version": "0.10.1", |
| 5 | + "version": "0.11.0", |
6 | 6 | "author": "Aaron van den Berg",
|
7 | 7 | "homepage": "https://aaronvandenberg.nl/",
|
8 | 8 | "scripts": {
|
9 | 9 | "dev": "plasmo dev",
|
| 10 | + "lint": "eslint --ext .ts,.tsx,.js,.jsx src/**/* --fix", |
10 | 11 | "build": "plasmo build",
|
11 | 12 | "package": "plasmo package"
|
12 | 13 | },
|
13 | 14 | "dependencies": {
|
14 | 15 | "@emotion/react": "^11.11.1",
|
15 |
| - "@mantine/core": "^6.0.13", |
16 |
| - "@mantine/hooks": "^6.0.13", |
17 |
| - "@mantine/notifications": "^6.0.13", |
| 16 | + "@mantine/core": "^6.0.15", |
| 17 | + "@mantine/hooks": "^6.0.15", |
| 18 | + "@mantine/notifications": "^6.0.15", |
18 | 19 | "@plasmohq/storage": "^1.6.1",
|
19 | 20 | "@tabler/icons-react": "^2.22.0",
|
20 | 21 | "immer": "^9.0.21",
|
|
30 | 31 | "@types/node": "18.16.18",
|
31 | 32 | "@types/react": "18.2.12",
|
32 | 33 | "@types/react-dom": "18.2.5",
|
| 34 | + "@typescript-eslint/eslint-plugin": "^5.60.1", |
| 35 | + "@typescript-eslint/parser": "^5.60.1", |
| 36 | + "eslint": "^8.43.0", |
| 37 | + "eslint-plugin-perfectionist": "^1.4.0", |
| 38 | + "eslint-plugin-react": "^7.32.2", |
33 | 39 | "prettier": "2.8.8",
|
34 | 40 | "typescript": "4.9.5"
|
35 | 41 | },
|
|
0 commit comments