| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "wxt-react-starter",
- "description": "manifest.json description",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "wxt",
- "dev:firefox": "wxt -b firefox",
- "build": "wxt build",
- "build:firefox": "wxt build -b firefox",
- "zip": "wxt zip",
- "zip:firefox": "wxt zip -b firefox",
- "compile": "tsc --noEmit",
- "postinstall": "wxt prepare"
- },
- "dependencies": {
- "@alifd/next": "^1.27.32",
- "@tailwindcss/vite": "^4.1.11",
- "lodash": "^4.17.21",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-router-dom": "^7.8.0",
- "tailwindcss": "^4.1.11"
- },
- "devDependencies": {
- "@types/chrome": "^0.1.3",
- "@types/lodash": "^4.17.20",
- "@types/react": "^19.1.2",
- "@types/react-dom": "^19.1.3",
- "@wxt-dev/module-react": "^1.1.3",
- "typescript": "^5.8.3",
- "wxt": "^0.20.6"
- }
- }
|