forked from indico/indico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
225 lines (225 loc) · 6.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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"name": "indico",
"version": "2.0.0",
"description": "Indico",
"main": "indico/web/client/js/index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@dr.pogodin/babel-plugin-react-css-modules": "^6.1.1",
"@use-hooks/axios": "^1.3.1",
"ajv": "^8.6.0",
"angular-ui-sortable": "git+https://indico@github.com/angular-ui/ui-sortable.git#6b79634f0921f3b5ac7b3989bd0f59376d7d765b",
"AngularJS": "git+https://indico@github.com/indico/angular.js.git#indico",
"axios": "^0.21.1",
"chartist": "^0.11.4",
"ckeditor": "git+https://indico@github.com/indico/indico-ckeditor.git#build-4.7.3",
"clipboard": "^2.0.8",
"connected-react-router": "^6.9.1",
"core-js": "^2.6.12",
"dropzone": "^5.9.2",
"file-selector": "^0.2.4",
"final-form": "^4.20.2",
"final-form-arrays": "^3.0.2",
"final-form-calculate": "^1.3.2",
"flask-urls": "^0.2.0",
"fullcalendar": "^3.10.2",
"geodesy": "^2.2.1",
"glob-to-regexp": "^0.4.1",
"history": "^4.10.1",
"indico-sui-theme": "^0.0.5",
"jed": "^1.1.1",
"jquery": "^3.6.0",
"jquery-colorbox": "^1.6.4",
"jquery-form": "^4.3.0",
"jquery-migrate": "^3.3.2",
"jquery-typeahead": "^2.11.1",
"jquery-ui": "^1.12.1",
"jquery.typewatch": "git+https://indico@github.com/dennyferra/typewatch.git#3.0.0",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet.markercluster": "^1.5.0",
"lodash": "^4.17.21",
"mathjax": "^2.7.9",
"moment": "^2.29.1",
"nanoid": "^3.1.23",
"pagedown": "^1.1.0",
"pagedown-editor": "0.0.10",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"qtip2": "git+https://indico@github.com/indico/qTip2.git#8951e5538a5c0833021b2d2b5d8a587a2c24faae",
"rc-time-picker": "^3.7.3",
"react": "^17.0.2",
"react-charts": "2.0.0-beta.7",
"react-dates": "^21.8.0",
"react-debounce-input": "^3.2.3",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-final-form": "^6.5.3",
"react-final-form-arrays": "^3.1.3",
"react-final-form-listeners": "^1.0.3",
"react-jsx-i18n": "^0.4.0",
"react-leaflet": "^2.8.0",
"react-leaflet-draw": "0.19.0",
"react-leaflet-markercluster": "^2.0.0",
"react-markdown": "^6.0.2",
"react-modal": "^3.14.3",
"react-overridable": "^0.0.3",
"react-popper": "^2.2.5",
"react-redux": "^7.2.4",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-virtualized": "^9.22.3",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-lazy-scroll": "^0.1.1",
"redux-router-querystring": ">=0.0.11",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"selectize": "^0.12.6",
"semantic-ui-react": "^2.0.3",
"slugify": "^1.5.3",
"tablesorter": "^2.31.3",
"taggle": "^1.15.0",
"ua-parser-js": "^0.7.28",
"underscore": "^1.13.1",
"updated-jqplot": "1.0.9-2",
"vanderlee-colorpicker": "^1.2.16"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.14.5",
"@types/jest": "^26.0.23",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-flask-urls": "^0.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3.1.0",
"browserslist": "^4.16.6",
"chalk": "^4.1.1",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"diff": "^5.0.0",
"enzyme": "^3.11.0",
"eslint": "^7.29.0",
"eslint-cli": "^1.1.1",
"eslint-config-indico": "^1.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"husky": "^4.3.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"jest-mock-axios": "^4.4.0",
"mini-css-extract-plugin": "^1.6.0",
"node-glob": "^1.2.0",
"node-sass": "^6.0.0",
"node-sass-import-once": "^1.2.0",
"path-browserify": "^1.0.1",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.0",
"postcss-scss": "^4.0.0",
"postcss-url": "^10.1.3",
"prettier": "~1.18.2",
"preval.macro": "^5.0.0",
"progress-bar-webpack-plugin": "^2.1.0",
"redux-mock-store": "^1.5.4",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.1.0",
"script-loader": "^0.7.2",
"semver": "^7.3.5",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.19.0",
"terser-webpack-plugin": "^5.1.3",
"uglify-js": "^3.13.9",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2",
"webpack-manifest-plugin": "^3.1.1",
"webpack-merge": "^5.8.0"
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack -p --env.NODE_ENV=production",
"profile": "webpack --profile --json -p --env.NODE_ENV=production > webpack-stats.json",
"eslint": "eslint ./indico",
"update-browsers": "node ./bin/maintenance/update_browsers.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indico/indico.git"
},
"author": "Indico Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/indico/indico/issues"
},
"homepage": "https://github.com/indico/indico#readme",
"jest": {
"transformIgnorePatterns": [
"/node_modules/(?!geodesy|semantic-ui-react)"
],
"moduleNameMapper": {
"^.+\\.(s?css)$": "identity-obj-proxy",
"^indico/modules/events/(reviewing|util)/(.*)$": "<rootDir>/indico/modules/events/client/js/$1/$2",
"^indico/modules/events/([\\w]+)/(.*)$": "<rootDir>/indico/modules/events/$1/client/js/$2",
"^indico/modules/([\\w]+)/(.*)$": "<rootDir>/indico/modules/$1/client/js/$2",
"^indico/(.*)$": "<rootDir>/indico/web/client/js/$1"
},
"setupFilesAfterEnv": [
"<rootDir>/setupTests.js"
],
"globals": {
"Indico": {
"Urls": {
"BasePath": ""
}
},
"REACT_TRANSLATIONS": {
"indico": {
"": {
"domain": "indico",
"lang": "en_GB"
}
}
},
"TRANSLATIONS": {
"indico": {
"": {
"domain": "indico",
"lang": "en_GB"
}
}
}
},
"testEnvironment": "jsdom"
},
"husky": {
"hooks": {
"pre-commit": "bash pre-commit.githook"
}
},
"scarfSettings": {
"enabled": false
}
}