forked from night/betterttv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.92 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.92 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "BetterTTV",
"author": "Night",
"version": "7.7.25",
"description": "BetterTTV enhances Twitch with new features, emotes, and more.",
"main": "betterttv.js",
"type": "module",
"scripts": {
"start": "vite build --watch --mode development",
"start:prod": "vite build --watch",
"build": "vite build --mode development",
"build:prod": "vite build",
"lint": "eslint . && prettier --check .",
"extract-i18n": "formatjs extract 'src/**/*.{js,jsx}' --out-file build/i18n/messages/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace && formatjs compile build/i18n/messages/en.json --out-file build/i18n/messages/en.json"
},
"repository": {
"type": "git",
"url": "https://github.com/night/BetterTTV.git"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "^0.27.20",
"@formatjs/intl": "4.1.17",
"@fortawesome/fontawesome-svg-core": "7.3.1",
"@fortawesome/free-brands-svg-icons": "7.3.1",
"@fortawesome/free-solid-svg-icons": "7.3.1",
"@mantine/core": "^9.4.2",
"@mantine/hooks": "^9.4.2",
"@mantine/modals": "^9.4.2",
"@sentry/browser": "10.67.0",
"@twemoji/api": "17.0.3",
"classnames": "2.5.1",
"cookies-js": "1.2.3",
"delegated-events": "1.1.2",
"events": "3.3.0",
"file-saver": "2.0.5",
"framer-motion": "12.42.2",
"fuse.js": "7.5.0",
"graphql-tag": "2.12.7",
"lodash.chunk": "4.2.0",
"lodash.debounce": "4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.sortby": "4.7.0",
"lodash.throttle": "4.1.1",
"lodash.uniqby": "4.7.0",
"luxon": "3.7.2",
"pkce-challenge": "^6.0.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-string-replace": "2.0.1",
"reconnecting-eventsource": "1.6.5",
"safe-regex2": "5.1.1",
"semver": "7.8.5",
"zustand": "^5.0.14"
},
"browserslist": [
"last 1 version",
"> 0.25%, not dead"
],
"devDependencies": {
"@eslint-react/eslint-plugin": "5.17.3",
"@formatjs/cli": "6.16.14",
"@formatjs/unplugin": "^1.2.3",
"@sentry/vite-plugin": "5.4.0",
"autoprefixer": "10.5.4",
"browserslist-to-esbuild": "2.1.1",
"emoji-toolkit": "10.0.0",
"eslint": "10.7.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-import-x": "4.17.1",
"eslint-plugin-prettier": "5.5.6",
"git-rev-sync": "3.0.2",
"globals": "17.7.0",
"got": "15.1.0",
"postcss": "8.5.21",
"postcss-hexrgba": "2.1.0",
"postcss-prefixwrap": "^1.58.0",
"postcss-preset-env": "^11.3.2",
"postcss-url": "10.1.4",
"prettier": "3.9.6",
"vite": "8.1.5"
},
"overrides": {
"postcss-url": {
"minimatch": "^3.1.5"
},
"brace-expansion@>=5.0.0 <5.0.6": "^5.0.6",
"uuid@<11.1.1": "^11.1.1"
}
}