-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
158 lines (158 loc) · 6.25 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "@theholyroger/rogerradioportal",
"version": "2.3.25",
"private": true,
"dependencies": {
"@capacitor/android": "^4.6.2",
"@capacitor/cli": "^4.6.2",
"@capacitor/core": "^4.6.2",
"@capacitor/ios": "^4.6.2",
"@ionic-native/core": "^5.36.0",
"@ionic-native/media": "./lib-ionic/media_230123",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"axios": "^0.21.1",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-media": "https://github.com/TheHolyRoger/cordova-plugin-media#dev_v6",
"history": "^4.7.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"react": "^17.0.2",
"react-audio-player": "^0.17.0",
"react-dom": "^17.0.2",
"react-player": "^2.9.0",
"react-redux": "^7.2.5",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^2.4.3",
"redux": "^4.1.1",
"redux-saga": "^1.1.3",
"ws": "^8.2.3"
},
"scripts": {
"lint": "eslint --ext .ts,.tsx src",
"lint:fix": "eslint --ext .ts,.tsx src --fix",
"mockAPI": "node mocks/mockAPI.js",
"mockWS": "node mocks/mockWS.js",
"start": "cross-env NODE_OPTIONS=--max_old_space_size=8192 webpack-dev-server --config ./webpack/development.ts",
"start-mock": "npm-run-all -p start mockAPI",
"start-mock-ws": "npm-run-all -p start mockAPI mockWS",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 webpack --config ./webpack/production.ts",
"build:mobile": "./scripts/build_capacitor.sh",
"build:mobile:android": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 webpack --config ./webpack/mobile_android.ts",
"build:mobile:ios": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 webpack --config ./webpack/mobile.ts",
"analyze": "cross-env ANALYZE=1 NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 webpack --config ./webpack/production.ts --profile --json > stats.json",
"test": "jest --config jest.config.js --silent",
"test:coverage": "jest --config jest.config.js --collectCoverage=true",
"test:ci": "jest --config jest.config.js --silent --ci",
"spec:integration": "cypress open",
"clean": "rimraf build",
"prepare": "husky install",
"resources:android": "cordova-res android --copy && node scripts/resources_android.js",
"resources:ios": "cordova-res ios --copy && node scripts/resources_ios.js"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@capacitor/preferences": "^4.0.2",
"@capacitor/splash-screen": "^4.1.3",
"@date-io/core": "^1.3.6",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@ionic-native/background-mode": "./lib-ionic/background-mode_230123",
"@ionic-native/music-controls": "./lib-ionic/music-controls_230123",
"@ionic-native/roger-radio-player": "./lib-ionic/roger-radio-player_230816",
"@ionic-native/rogerradio-auto": "./lib-ionic/rogerradio-auto_230123",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.5",
"@mui/styles": "^5.11.2",
"@openware/coding-standards": "2.3.0",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/enzyme": "^3.10.10",
"@types/history": "^4.7.9",
"@types/jest": "^27.0.2",
"@types/jquery": "^3.5.8",
"@types/mini-css-extract-plugin": "^2.4.0",
"@types/node": "^16.11.4",
"@types/react": "^16.9.56",
"@types/react-dom": "^17.0.10",
"@types/react-redux": "^7.1.20",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.1",
"@types/react-test-renderer": "^17.0.1",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.3.1",
"@types/webpack-env": "^1.16.3",
"@types/ws": "^8.2.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"axios-mock-adapter": "^1.20.0",
"classnames": "^2.3.1",
"copy-webpack-plugin": "^9.0.1",
"cordova-androidx-build": "^1.0.4",
"cordova-plugin-background-mode": "https://github.com/TheHolyRoger/cordova-plugin-background-mode#844854aa38301a97c23ea74c282a8641491676ca",
"cordova-plugin-badge": "https://github.com/TheHolyRoger/cordova-plugin-badge#master",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-music-controls2": "^3.0.7",
"cordova-plugin-roger-radio-player": "./lib-cordova/cordova-plugin-roger-radio-player_230830",
"cordova-plugin-rogerradio-auto": "./lib-cordova/cordova-plugin-rogerradio-auto_230829",
"cross-env": "^7.0.3",
"css-minimizer-webpack-plugin": "^3.1.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-stylelint": "^14.0.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-postcss-modules": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^3.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"html-webpack-plugin": "^5.4.0",
"husky": "^7.0.4",
"isomorphic-ws": "^4.0.1",
"javascript-obfuscator": "^3.0.0",
"javascript-time-ago": "^2.5.9",
"jest": "^29.3.1",
"jest-config": "^29.3.1",
"jest-environment-enzyme": "^7.1.2",
"jest-enzyme": "^7.1.2",
"lodash-webpack-plugin": "^0.11.6",
"mini-css-extract-plugin": "^2.4.3",
"mockserver": "^3.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prop-types": "^15.7.2",
"ramda": "^0.27.1",
"react-hot-loader": "^4.13.0",
"react-test-renderer": "^17.0.2",
"react-time-ago": "^7.2.1",
"redux-mock-store": "^1.5.4",
"rxjs": "^6.5.0",
"source-map-explorer": "^2.5.2",
"speed-measure-webpack-plugin": "^1.5.0",
"thread-loader": "^3.0.4",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"url-loader": "^4.1.1",
"webpack": "^5.59.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0",
"webpack-obfuscator": "^3.5.0"
},
"resolutions": {
"history": "4"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
]
}