Skip to content

Commit

Permalink
Merge pull request #11 from aaron5670/improvement/experiment-status
Browse files Browse the repository at this point in the history
improvement: Added support for some experiment states
  • Loading branch information
aaron5670 committed Feb 7, 2024
2 parents 324bea9 + b9bd276 commit 54ac7ea
Show file tree
Hide file tree
Showing 8 changed files with 3,335 additions and 2,103 deletions.
5 changes: 5 additions & 0 deletions knip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"entry": ["src/popup.tsx"],
"project": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"],
"ignoreDependencies": ["@types/chrome", "autoprefixer", "@nextui-org/shared-icons", "data-base64"]
}
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,48 @@
{
"name": "statsig-browser-extension",
"displayName": "Statsig Features and Experimentation",
"version": "1.5.1",
"version": "1.5.2",
"description": "A browser extension for the feature management and experimentation platform Statsig.",
"author": "(Aaron van den Berg <[email protected]>)",
"homepage": "https://aaronvandenberg.nl/",
"scripts": {
"dev": "plasmo dev",
"lint": "eslint --ext .ts,.tsx,.js,.jsx src/**/* --fix",
"build": "plasmo build",
"test": "plasmo test"
"test": "plasmo test",
"knip": "knip"
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"@nextui-org/react": "^2.2.9",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.6.0",
"framer-motion": "^10.16.4",
"axios": "^1.6.7",
"framer-motion": "^10.18.0",
"immer": "^10.0.3",
"plasmo": "0.83.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-icons": "^4.12.0",
"react-modal-sheet": "^2.2.0",
"react-tooltip": "^5.22.0",
"react-tooltip": "^5.26.0",
"swr": "^2.2.4",
"zustand": "^4.4.6"
"zustand": "^4.5.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@types/chrome": "0.0.243",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "^10.4.15",
"eslint": "^8.43.0",
"eslint-plugin-perfectionist": "^1.4.0",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.28",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-perfectionist": "^1.5.1",
"eslint-plugin-react": "^7.33.2",
"knip": "^2.43.0",
"postcss": "^8.4.34",
"prettier": "3.0.2",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.1",
"typescript": "5.0.4"
},
"manifest": {
Expand Down
Loading

0 comments on commit 54ac7ea

Please sign in to comment.