package.json 892 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "wxt-react-starter",
  3. "description": "manifest.json description",
  4. "private": true,
  5. "version": "0.0.0",
  6. "type": "module",
  7. "scripts": {
  8. "dev": "wxt",
  9. "dev:firefox": "wxt -b firefox",
  10. "build": "wxt build",
  11. "build:firefox": "wxt build -b firefox",
  12. "zip": "wxt zip",
  13. "zip:firefox": "wxt zip -b firefox",
  14. "compile": "tsc --noEmit",
  15. "postinstall": "wxt prepare"
  16. },
  17. "dependencies": {
  18. "@alifd/next": "^1.27.32",
  19. "@tailwindcss/vite": "^4.1.11",
  20. "lodash": "^4.17.21",
  21. "react": "^18.3.1",
  22. "react-dom": "^18.3.1",
  23. "react-router-dom": "^7.8.0",
  24. "tailwindcss": "^4.1.11"
  25. },
  26. "devDependencies": {
  27. "@types/chrome": "^0.1.3",
  28. "@types/lodash": "^4.17.20",
  29. "@types/react": "^19.1.2",
  30. "@types/react-dom": "^19.1.3",
  31. "@wxt-dev/module-react": "^1.1.3",
  32. "typescript": "^5.8.3",
  33. "wxt": "^0.20.6"
  34. }
  35. }