forked from night/betterttv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.42 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
{
"name": "BetterTTV",
"author": "Night",
"version": "7.6.5",
"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.24.9",
"@babel/eslint-parser": "7.24.8",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-react": "7.24.7",
"@babel/runtime": "7.24.8",
"@formatjs/cli": "^6.2.12",
"@formatjs/intl": "^2.10.4",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@rsuite/icons": "1.0.3",
"@sentry/browser": "^8.17.0",
"@sentry/webpack-plugin": "^2.21.1",
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
"babel-plugin-formatjs": "^10.5.16",
"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": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.35.0",
"file-saver": "2.0.5",
"filemanager-webpack-plugin": "8.0.0",
"framer-motion": "^11.3.8",
"fuse.js": "7.0.0",
"git-rev-sync": "3.0.2",
"glob": "11.0.0",
"got": "14.4.1",
"graphql-tag": "2.12.6",
"json-loader": "0.5.7",
"less": "4.2.0",
"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.4.4",
"mini-css-extract-plugin": "2.9.0",
"normalize-path": "^3.0.0",
"postcss": "8.4.39",
"postcss-hexrgba": "2.1.0",
"postcss-loader": "8.1.1",
"postcss-url": "10.1.3",
"prettier": "3.3.3",
"react": "18.3.1",
"react-beautiful-dnd": "13.1.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.2",
"remove-files-webpack-plugin": "1.5.0",
"rsuite": "5.67.0",
"safe-regex2": "^4.0.0",
"semver": "^7.6.3",
"string-replace-loader": "3.1.0",
"terser-webpack-plugin": "5.3.10",
"twemoji": "14.0.2",
"uuid": "^10.0.0",
"virtual-module-webpack-plugin": "0.4.1",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-virtual-modules": "0.6.2"
},
"browserslist": [
"last 1 version",
"> 0.25%, not dead"
]
}