forked from night/betterttv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.92 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
{
"name": "BetterTTV",
"author": "Night",
"version": "7.4.39",
"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 ."
},
"repository": {
"type": "git",
"url": "https://github.com/night/BetterTTV.git"
},
"dependencies": {
"@babel/core": "7.19.1",
"@babel/eslint-parser": "7.19.1",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.19.0",
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@rsuite/icons": "1.0.2",
"@sentry/browser": "7.13.0",
"@sentry/integrations": "7.13.0",
"@sentry/webpack-plugin": "1.19.0",
"autoprefixer": "10.4.11",
"babel-loader": "8.2.5",
"babel-plugin-wildcard": "7.0.0",
"classnames": "2.3.2",
"clean-webpack-plugin": "4.0.0",
"cookies-js": "1.2.3",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "4.1.0",
"dayjs": "1.11.5",
"emoji-toolkit": "6.6.0",
"eslint": "8.23.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"file-saver": "2.0.5",
"filemanager-webpack-plugin": "7.0.0",
"fuse.js": "6.6.2",
"git-rev-sync": "3.0.2",
"glob": "8.0.3",
"got": "12.5.0",
"graphql-tag": "2.12.6",
"import-glob-loader": "1.1.0",
"jquery": "3.6.1",
"json-loader": "0.5.7",
"less": "4.1.3",
"less-loader": "11.0.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",
"mini-css-extract-plugin": "2.6.1",
"postcss": "8.4.16",
"postcss-hexrgba": "2.1.0",
"postcss-loader": "7.0.1",
"postcss-url": "10.1.3",
"precss": "4.0.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-merge-refs": "2.0.1",
"react-string-replace": "1.1.0",
"remove-files-webpack-plugin": "1.5.0",
"rsuite": "5.18.1",
"string-replace-loader": "3.1.0",
"terser-webpack-plugin": "5.3.6",
"twemoji": "14.0.2",
"virtual-module-webpack-plugin": "0.4.1",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.0",
"webpack-virtual-modules": "0.4.5"
},
"browserslist": [
"last 1 version",
"> 0.25%, not dead"
]
}