-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
121 lines (121 loc) · 3.33 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "blacksilverufa",
"version": "1.0.0",
"description": "Архив стримов BlackUFA",
"private": true,
"scripts": {
"start": "webpack serve --host 0.0.0.0 --config src/js/webpack.config.js",
"test": "jest",
"postinstall": "patch-package --patch-dir src/js/patches"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheDrHax/BlackSilverUfa.git"
},
"keywords": [],
"author": "TheDrHax <[email protected]>",
"bugs": {
"url": "https://github.com/TheDrHax/BlackSilverUfa/issues"
},
"homepage": "https://bsu.drhx.ru",
"browserslist": [
"defaults",
"last 5 years"
],
"babel": {
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": "3.21.1"
}
],
"@babel/preset-react"
]
},
"jest": {
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules",
"src/js"
],
"setupFilesAfterEnv": [
"regenerator-runtime/runtime"
],
"moduleNameMapper": {
"data\\.\\prod$": "<rootDir>/src/js/data.dev.js"
}
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"autoprefixer": "^10.4.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"bootstrap": "^5.1.3",
"css-loader": "^5.1.3",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.4.7",
"mini-css-extract-plugin": "^1.6.2",
"node-sass": "^5.0.0",
"patch-package": "^6.4.7",
"postcss": "^8.2.8",
"postcss-loader": "^5.2.0",
"react-refresh": "^0.9.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"@datapunt/matomo-tracker-js": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@sentry/react": "^7.2.0",
"@vlsergey/react-bootstrap-pagination": "^1.0.1",
"animated-scroll-to": "^2.2.0",
"core-js": "^3.21.1",
"hls.js": "^1.4.5",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"lokijs": "^1.5.11",
"minisearch": "^6.0.1",
"plyr": "^3.7.7",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"re-resizable": "^6.9.1",
"react": "^17.0.1",
"react-bootstrap": "^2.1.1",
"react-bootstrap-typeahead": "^5.2.1",
"react-click-away-listener": "^2.0.5",
"react-custom-scroll": "^4.3.0",
"react-date-picker": "^9.2.0",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.2.2",
"react-measure": "^2.5.2",
"react-responsive": "^8.2.0",
"react-rnd": "^10.2.4",
"react-router-dom": "^5.2.0",
"react-router-global-history": "^1.1.0",
"regenerator-runtime": "^0.13.7",
"shallowequal": "^1.1.0",
"sugar-date": "^2.0.6",
"use-query-params": "^1.2.3"
}
}