-
-
Notifications
You must be signed in to change notification settings - Fork 211
/
package.json
194 lines (194 loc) · 6.97 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"name": "listenbrainz",
"version": "1.0.0",
"description": "package.json for keeping track of node dependencies for ListenBrainz",
"repository": {
"type": "git",
"url": "git+https://github.com/metabrainz/listenbrainz-server.git"
},
"scripts": {
"build:dev": "webpack --mode=development --watch --progress --color",
"build:prod": "webpack --mode=production --no-watch --color",
"build:less": "lessc ./frontend/css/main.less > ./frontend/css/main.css",
"build:types": "tsc --emitDeclarationOnly",
"build": "npm run build:dev",
"lint:js": "eslint ./frontend/js/src --ext .js,.jsx,.ts,.tsx --fix --quiet",
"lint:less": "stylelint --fix './frontend/css/*.less'",
"lint:js:ci": "eslint ./frontend/js/src --ext .js,.jsx,.ts,.tsx --max-warnings 0 --color",
"lint:less:ci": "stylelint './frontend/css/*.less'",
"format": "npm run lint:js; npm run lint:less",
"format:ci": "npm run lint:js:ci; npm run lint:less:ci",
"test": "TZ='Europe/London' jest",
"test:ci": "JEST_JUNIT_OUTPUT_DIR=/tmp TZ='Europe/London' jest --ci --reporters=default --reporters=jest-junit --runInBand --detectOpenHandles --silent",
"test:watch": "TZ='Europe/London' jest --watch",
"test:update-snapshots": "TZ='Europe/London' jest -u",
"test:coverage": "TZ='Europe/London' jest --coverage --colors",
"test:debug": "TZ='Europe/London' node --inspect node_modules/.bin/jest --runInBand",
"type-check": "tsc --noEmit"
},
"author": "MetaBrainz Foundation Inc.",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://tickets.metabrainz.org/projects/LB"
},
"homepage": "https://listenbrainz.org",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@braintree/sanitize-url": "^6.0.1",
"@cospired/i18n-iso-languages": "^3.0.0",
"@ebay/nice-modal-react": "^1.2.9",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@jcoreio/async-throttle": "^1.6.0",
"@nivo/bar": "^0.81.0",
"@nivo/calendar": "^0.81.0",
"@nivo/core": "^0.81.0",
"@nivo/geo": "^0.81.0",
"@nivo/heatmap": "^0.81.0",
"@nivo/legends": "^0.81.0",
"@nivo/network": "^0.81.0",
"@nivo/tooltip": "^0.81.0",
"@react-spring/web": "^9.7.3",
"@sentry/react": "^8.33.1",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query-devtools": "^5.28.6",
"@types/react-datetime-picker": "^3.4.1",
"blobs": "^2.3.0-beta.2",
"canvg": "^4.0.1",
"core-js": "^3.26.1",
"d3-array": "~2.3.3",
"d3-format": "^1.4.4",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^3.0.0",
"date-fns": "^3.6.0",
"debounce-async": "0.0.2",
"dompurify": "^2.5.4",
"external-svg-loader": "^1.7.1",
"fetch-retry": "^5.0.3",
"file-saver": "^2.0.5",
"fuse.js": "^7.0.0",
"fuzzysort": "^3.0.1",
"he": "^1.2.0",
"highlight.js": "^11.6.0",
"html2canvas": "^1.4.1",
"humanize-duration": "^3.31.0",
"jest-mock": "^25.2.3",
"less": "^4.1.1",
"less-plugin-clean-css": "^1.5.1",
"lodash": "^4.17.21",
"panzoom": "^9.4.3",
"rc-slider": "^10.1.0",
"react": "^18.2.0",
"react-datetime-picker": "^4.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-helmet": "^6.1.0",
"react-lazy-load-image-component": "^1.5.6",
"react-loader-spinner": "^3.1.14",
"react-markdown": "^8.0.7",
"react-responsive": "^8.1.0",
"react-router-dom": "^6.21.2",
"react-select": "^5.7.3",
"react-simple-star-rating": "^4.0.0",
"react-sortablejs": "^6.1.4",
"react-toastify": "^8.2.0",
"react-tooltip": "^4.5.1",
"react-use-draggable-scroll-safe": "^0.5.4",
"react-youtube": "^7.12.0",
"socket.io-client": "^4.5.4",
"sortablejs": "^1.12.0",
"swiper": "^8.4.4",
"time-ago": "^0.2.1",
"tinycolor2": "^1.4.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@cfaester/enzyme-adapter-react-18": "^0.7.0",
"@fortawesome/fontawesome-common-types": "^6.4.0",
"@tanstack/eslint-plugin-query": "^5.27.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/clean-css": "^4.2.6",
"@types/d3-format": "^1.3.1",
"@types/d3-scale": "^2.2.0",
"@types/d3-scale-chromatic": "^1.5.0",
"@types/dompurify": "^2.2.1",
"@types/enzyme": "^3.10.5",
"@types/enzyme-to-json": "^1.5.3",
"@types/file-saver": "^2.0.5",
"@types/he": "^1.2.0",
"@types/humanize-duration": "^3.27.3",
"@types/jest": "^29.5.3",
"@types/less": "^3.0.3",
"@types/lodash": "^4.14.149",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-helmet": "^6.1.11",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-loader-spinner": "^3.1.0",
"@types/react-select": "^5.0.1",
"@types/react-youtube": "^7.6.2",
"@types/sortablejs": "^1.10.6",
"@types/spotify-web-playback-sdk": "^0.1.7",
"@types/tinycolor2": "^1.4.3",
"@types/wicg-mediasession": "^1.1.2",
"@types/youtube": "0.0.39",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"babel-loader": "^9.1.0",
"clean-css": "^5.3.1",
"decode-uri-component": "^0.4.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.4",
"eslint": "^8.25.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.31.9",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.0.1",
"eslint-webpack-plugin": "^3.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"imports-loader": "^5.0.0",
"jest": "^29.6.2",
"jest-canvas-mock": "^2.3.1",
"jest-fetch-mock": "^3.0.3",
"jest-fixed-jsdom": "^0.0.2",
"jest-junit": "^12.3.0",
"jest-location-mock": "^1.0.9",
"jest-websocket-mock": "^2.5.0",
"less-loader": "^11.1.0",
"msw": "^2.2.14",
"network-information-types": "^0.1.1",
"postcss-less": "^6.0.0",
"prettier": "^2.0.2",
"process": "^0.11.10",
"stylelint": "^14.8.5",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-less": "^1.0.4",
"stylelint-prettier": "^2.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"ts-jest": "^29.1.1",
"typescript": "^4.9.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"webpack-manifest-plugin": "^5.0.0"
},
"overrides": {
"d3-color": "^3.1.0",
"xmlhttprequest-ssl": "^2.1.1"
}
}