browser-home/package.json

34 lines
901 B
JSON
Raw Normal View History

2024-08-22 13:55:43 +01:00
{
"name": "ext-test",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "TARGET=firefox vite",
"build-firefox": "tsc && TARGET=firefox vite build",
"build": "tsc && vite build"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/styled-engine-sc": "6.0.0-alpha.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.12",
"wouter": "^3.3.1"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite-plugin-web-extension": "^4.0.0",
"webextension-polyfill": "^0.10.0"
}
}