-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "streamfinity",
"version": "0.0.1",
"displayName": "Streamfinity Buddy",
"author": "Roman Zipp",
"description": "Tools to bridge the gap between reaction streamers & video content creators while leveraging viewer engagement",
"scripts": {
"build": "vite build",
"dev:firefox": "MANIFEST_VERSION=2 BROWSER_TARGET=firefox vite build --watch --mode development --minify false",
"dev:chrome": "MANIFEST_VERSION=3 BROWSER_TARGET=chrome vite dev",
"serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\" --source-dir ./dist/",
"serve:chrome": "web-ext run -t chromium --start-url \"https://google.com\" --source-dir ./dist/",
"lint": "eslint --ext .js,.vue,.jsx,.tsx .",
"lint:fix": "npm run lint --fix",
"licenses:generate": "generate-license-file --config ./licenses.config.js"
},
"license": "MIT",
"devDependencies": {
"@samrum/vite-plugin-web-extension": "^5.1.0",
"@streamfinity/streamfinity-branding": "^2.0.3",
"@types/chrome": "^0.0.258",
"@types/webextension-polyfill": "^0.10.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"classnames": "^2.3.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-compiler": "^0.0.0-experimental-53bb89e-20240515",
"eslint-plugin-tailwindcss": "^3.14.0",
"generate-license-file-webpack-plugin": "^3.4.0",
"postcss": "^8.4.33",
"prop-types": "^15.8.1",
"tailwindcss": "^3.4.1",
"vite": "^5.0.4",
"vite-plugin-eslint": "^1.8.1",
"web-ext": "^7.4.0"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-switch": "^1.0.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-query": "^5.17.19",
"axios": "^1.3.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dotenv": "^16.0.3",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.0",
"react-refresh": "^0.14.0",
"tailwind-merge": "^2.2.2",
"webextension-polyfill": "^0.10.0",
"zustand": "^4.4.7"
}
}