Skip to content

Commit c2581d4

Browse files
committed
Updated package.json
1 parent d91c67f commit c2581d4

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

package.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,36 @@
1919
"radix-ui": "^1.4.3",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
22-
"react-spinners": "^0.15.0",
23-
"shadcn": "^4.2.0",
22+
"shadcn": "^4.3.0",
23+
"string-url-extractor": "^1.0.1",
2424
"tailwind-merge": "^3.5.0",
2525
"tailwindcss-animate": "^1.0.7",
26-
"tw-animate-css": "^1.4.0",
27-
"vite-plugin-static-copy": "^2.3.2"
26+
"tw-animate-css": "^1.4.0"
2827
},
2928
"devDependencies": {
3029
"@eslint/js": "^9.9.0",
30+
"@tailwindcss/postcss": "^4.1.3",
3131
"@types/chrome": "^0.0.271",
3232
"@types/react": "^18.3.3",
3333
"@types/react-dom": "^18.3.0",
34-
"@vitejs/plugin-react": "^4.3.1",
3534
"autoprefixer": "^10.4.20",
3635
"eslint": "^9.9.0",
3736
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
3837
"eslint-plugin-react-refresh": "^0.4.9",
39-
"globals": "^15.9.0",
38+
"extension": "^3.13.5",
4039
"postcss": "^8.4.47",
41-
"tailwindcss": "^3.4.11",
40+
"tailwindcss": "^4.1.3",
4241
"typescript": "^5.5.3",
43-
"typescript-eslint": "^8.0.1",
44-
"vite": "^5.4.12"
42+
"typescript-eslint": "^8.0.1"
43+
},
44+
"packageManager": "npm@11.7.0",
45+
"scripts": {
46+
"dev": "extension dev",
47+
"start": "extension start",
48+
"build": "extension build",
49+
"preview": "extension preview",
50+
"build:chrome": "extension build --browser chrome",
51+
"build:firefox": "extension build --browser firefox",
52+
"build:edge": "extension build --browser edge"
4553
}
4654
}

0 commit comments

Comments
 (0)