forked from metabrainz/listenbrainz-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 5.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
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
{
"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 /static/css/main.less > /static/css/main.css",
"build:types": "tsc --emitDeclarationOnly",
"build": "npm run build:dev",
"lint:js":"eslint ./static/js/src --ext .js,.jsx,.ts,.tsx --fix --quiet",
"lint:less": "stylelint --fix './static/css/*.less'",
"lint:js:ci": "eslint ./static/js/src --ext .js,.jsx,.ts,.tsx --max-warnings 0 --color",
"lint:less:ci": "stylelint './static/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",
"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.5.5",
"@braintree/sanitize-url": "^6.0.0",
"@cospired/i18n-iso-languages": "^3.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@nivo/bar": "^0.62.0",
"@nivo/calendar": "^0.62.0",
"@nivo/core": "^0.62.0",
"@nivo/geo": "^0.62.0",
"@nivo/heatmap": "^0.62.0",
"@nivo/legends": "^0.62.0",
"@nivo/tooltip": "^0.62.0",
"@sentry/react": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"clean-css": "^4.2.1",
"core-js": "^3.9.1",
"d3-array": "~2.3.3",
"d3-format": "^1.4.4",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"debounce-async": "0.0.2",
"dompurify": "^2.2.6",
"eslint-plugin-jest": "^23.8.2",
"html2canvas": "^1.3.3",
"jest-mock": "^25.2.3",
"less": "^4.1.1",
"less-plugin-clean-css": "^1.5.1",
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-bs-notifier": "^6.0.0",
"react-coverflow": "^0.2.20",
"react-date-picker": "^8.1.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.4",
"react-loader-spinner": "^3.1.14",
"react-responsive": "^8.1.0",
"react-select": "^3.1.0",
"react-simple-star-rating": "^4.0.0",
"react-sortablejs": "^6.0.0",
"react-tooltip": "^4.2.21",
"react-youtube": "^7.12.0",
"socket.io-client": "^4.1.2",
"sortablejs": "^1.12.0",
"stylelint-prettier": "^2.0.0",
"time-ago": "^0.2.1",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.9.0",
"@fortawesome/fontawesome-common-types": "^0.2.28",
"@types/clean-css": "^4.2.1",
"@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-adapter-react-16": "^1.0.6",
"@types/enzyme-to-json": "^1.5.3",
"@types/jest": "^25.2.1",
"@types/less": "^3.0.1",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.31",
"@types/react-dom": "^16.9.6",
"@types/react-loader-spinner": "^3.1.0",
"@types/react-select": "^3.0.26",
"@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": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"fork-ts-checker-webpack-plugin": "^6.2.6",
"jest": "^25.1.0",
"jest-canvas-mock": "^2.3.1",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^12.0.0",
"jest-location-mock": "^1.0.9",
"less-loader": "^8.1.1",
"postcss-less": "^6.0.0",
"prettier": "^2.0.2",
"stylelint": "^14.8.5",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-less": "^1.0.4",
"stylelint-webpack-plugin": "^3.3.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-manifest-plugin": "^3.1.1"
}
}