forked from indico/indico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
221 lines (221 loc) · 6.66 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
{
"name": "indico",
"version": "2.0.0",
"description": "Indico",
"main": "indico/web/client/js/index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@use-hooks/axios": "^1.3.1",
"AngularJS": "github:indico/angular.js#indico",
"angular-ui-sortable": "github:angular-ui/ui-sortable#6b79634f0921f3b5ac7b3989bd0f59376d7d765b",
"axios": "^0.19.2",
"babel-plugin-react-css-modules": "^5.2.6",
"chartist": "^0.11.4",
"ckeditor": "github:indico/indico-ckeditor#build-4.7.3",
"clipboard": "^2.0.6",
"connected-react-router": "^6.8.0",
"core-js": "^2.6.11",
"dropzone": "~5.7.0",
"file-selector": "^0.1.12",
"final-form": "^4.20.0",
"final-form-arrays": "^3.0.2",
"final-form-calculate": "^1.3.1",
"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.4",
"jed": "^1.1.1",
"jqplot": "github:jqplot/jqplot#d96a669fbb729f4f51e2214688e54320411219af",
"jquery": "^3.5.1",
"jquery-colorbox": "^1.6.4",
"jquery-form": "^4.2.2",
"jquery-migrate": "^3.3.0",
"jquery-typeahead": "^2.11.1",
"jquery-ui": "^1.12.1",
"jquery.typewatch": "github:dennyferra/typewatch#3.0.0",
"leaflet": "^1.6.0",
"leaflet-draw": "^1.0.4",
"leaflet.markercluster": "^1.4.1",
"lodash": "^4.17.19",
"mathjax": "^2.7.8",
"moment": "^2.26.0",
"pagedown": "^1.1.0",
"pagedown-editor": "0.0.10",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"qtip2": "github:indico/qTip2",
"rc-time-picker": "^3.7.3",
"react": "^16.13.1",
"react-charts": "^2.0.0-beta.6",
"react-dates": "^21.8.0",
"react-debounce-input": "^3.2.2",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-final-form": "^6.5.0",
"react-final-form-arrays": "^3.1.1",
"react-final-form-listeners": "^1.0.2",
"react-jsx-i18n": "^0.3.0",
"react-leaflet": "^2.7.0",
"react-leaflet-draw": "^0.19.0",
"react-leaflet-markercluster": "^2.0.0",
"react-markdown": "^4.3.1",
"react-modal": "^3.11.2",
"react-overridable": "^0.0.3",
"react-popper": "^1.3.7",
"react-redux": "^7.2.0",
"react-responsive": "^8.0.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-virtualized": "^9.21.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"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": "^0.88.2",
"shortid": "^2.2.15",
"slugify": "^1.4.0",
"tablesorter": "^2.31.3",
"taggle": "^1.15.0",
"ua-parser-js": "^0.7.21",
"underscore": "^1.10.2",
"vanderlee-colorpicker": "^1.2.16"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"@types/jest": "^25.2.3",
"autoprefixer": "^9.8.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-flask-urls": "^0.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^2.8.0",
"browserslist": "^4.12.0",
"chalk": "^4.0.0",
"copy-webpack-plugin": "^6.0.1",
"css-loader": "^3.5.3",
"diff": "^4.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^7.0.0",
"eslint-cli": "^1.1.1",
"eslint-config-indico": "^1.2.1",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.13.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"exports-loader": "^0.7.0",
"file-loader": "^6.0.0",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"jest-mock-axios": "^4.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-glob": "^1.2.0",
"node-sass": "^4.14.1",
"node-sass-import-once": "^1.2.0",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.1.1",
"postcss-url": "^8.0.0",
"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": "^3.1.1",
"sass-loader": "^8.0.2",
"script-loader": "^0.7.2",
"semver": "^7.3.2",
"stylelint": "^13.5.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.17.2",
"terser-webpack-plugin": "^3.0.1",
"uglify-js": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2"
},
"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"
}
}
}
}
},
"husky": {
"hooks": {
"pre-commit": "bash pre-commit.githook"
}
},
"scarfSettings": {
"enabled": false
}
}