-
Notifications
You must be signed in to change notification settings - Fork 267
/
package.json
107 lines (107 loc) · 3.43 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "BetterTTV",
"author": "Night",
"version": "7.6.10",
"description": "BetterTTV enhances Twitch with new features, emotes, and more.",
"main": "betterttv.js",
"type": "module",
"scripts": {
"start": "webpack serve --mode development",
"postinstall": "node ./dev/post-install.js",
"build": "webpack --mode development",
"build:prod": "webpack --mode production",
"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": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"@babel/runtime": "7.26.0",
"@formatjs/cli": "6.3.14",
"@formatjs/intl": "3.0.4",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@hello-pangea/dnd": "17.0.0",
"@rsuite/icons": "1.3.0",
"@sentry/browser": "8.47.0",
"@sentry/webpack-plugin": "2.22.7",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"babel-plugin-formatjs": "10.5.29",
"babel-plugin-wildcard": "7.0.0",
"classnames": "2.5.1",
"clean-webpack-plugin": "4.0.0",
"cookies-js": "1.2.3",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"delegated-events": "1.1.2",
"emoji-toolkit": "9.0.1",
"eslint": "9.17.0",
"eslint-plugin-eslint-plugin": "6.4.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"file-saver": "2.0.5",
"filemanager-webpack-plugin": "8.0.0",
"framer-motion": "11.15.0",
"fuse.js": "7.0.0",
"git-rev-sync": "3.0.2",
"glob": "11.0.0",
"got": "14.4.5",
"graphql-tag": "2.12.6",
"json-loader": "0.5.7",
"less": "4.2.1",
"less-loader": "12.2.0",
"lodash.chunk": "4.2.0",
"lodash.debounce": "4.0.8",
"lodash.sortby": "4.7.0",
"lodash.throttle": "4.1.1",
"lodash.uniqby": "4.7.0",
"luxon": "3.5.0",
"mini-css-extract-plugin": "2.9.2",
"normalize-path": "3.0.0",
"postcss": "8.4.49",
"postcss-hexrgba": "2.1.0",
"postcss-loader": "8.1.1",
"postcss-url": "10.1.3",
"prettier": "3.4.2",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.3.1",
"react-merge-refs": "2.1.1",
"react-string-replace": "1.1.1",
"reconnecting-eventsource": "1.6.3",
"remove-files-webpack-plugin": "1.5.0",
"rsuite": "5.76.0",
"safe-regex2": "4.0.0",
"semver": "7.6.3",
"string-replace-loader": "3.1.0",
"terser-webpack-plugin": "5.3.11",
"twemoji": "14.0.2",
"uuid": "11.0.3",
"virtual-module-webpack-plugin": "0.4.1",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0",
"webpack-virtual-modules": "0.6.2"
},
"browserslist": [
"last 1 version",
"> 0.25%, not dead"
],
"devDependencies": {
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"globals": "15.14.0"
}
}