forked from indico/indico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
193 lines (193 loc) · 5.9 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
{
"name": "indico",
"version": "2.0.0",
"description": "Indico",
"main": "indico/web/client/js/index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@dr.pogodin/babel-plugin-react-css-modules": "~6.1.1",
"@tinymce/tinymce-react": "^4.3.0",
"ajv": "^8.11.0",
"axios": "^1.4.0",
"axios-hooks": "^4.0.0",
"chartist": "^1.3.0",
"clipboard": "^2.0.11",
"connected-react-router": "^6.9.2",
"core-js": "^3.32.0",
"dropzone": "^5.9.3",
"file-selector": "^0.6.0",
"final-form": "^4.20.7",
"final-form-arrays": "^3.0.2",
"final-form-calculate": "^1.3.2",
"flask-urls": "^0.2.0",
"fullcalendar": "^6.1.8",
"geodesy": "^2.4.0",
"glob-to-regexp": "^0.4.1",
"history": "^4.10.1",
"indico-sui-theme": "^0.0.7",
"jed": "^1.1.1",
"jquery": "^3.6.0",
"jquery-colorbox": "^1.6.4",
"jquery-form": "^4.3.0",
"jquery-migrate": "^3.4.0",
"jquery-typeahead": "^2.11.1",
"jquery-ui": "~1.12.1",
"jquery.typewatch": "^3.0.2",
"leaflet": "^1.8.0",
"leaflet-draw": "^1.0.4",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.21",
"mathjax": "^3.2.2",
"mathjax-full": "^3.2.2",
"mdast-util-find-and-replace": "^3.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.34",
"nanoid": "^4.0.2",
"pagedown": "^1.1.0",
"pagedown-editor": "0.0.10",
"prismjs": "^1.29.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"qtip2": "git+https://[email protected]/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.3.0",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.7.1",
"react-final-form": "^6.5.9",
"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": "^8.0.7",
"react-markdown-editor-lite": "^1.3.3",
"react-modal": "^3.15.1",
"react-overridable": "^0.0.3",
"react-popper": "^2.3.0",
"react-redux": "^8.0.2",
"react-responsive": "^9.0.2",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.3",
"react-virtualized": "^9.22.3",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-lazy-scroll": "^0.1.1",
"redux-router-querystring": "^0.0.11",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.6",
"sanitize-html": "^2.7.3",
"semantic-ui-react": "^2.1.3",
"slugify": "^1.6.5",
"tablesorter": "^2.31.3",
"taggle": "^1.15.0",
"tinymce": "^6.7.1",
"ua-parser-js": "^1.0.2",
"underscore": "^1.13.4",
"updated-jqplot": "1.0.9-2",
"vanderlee-colorpicker": "^1.2.16"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/register": "^7.17.7",
"@types/jest": "^29.5.3",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^9.1.3",
"babel-plugin-flask-urls": "^0.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3.1.0",
"browserslist": "^4.20.4",
"chalk": "^5.3.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^5.2.7",
"diff": "^5.1.0",
"enzyme": "^3.11.0",
"eslint": "^8.17.0",
"eslint-cli": "^1.1.1",
"eslint-config-indico": "^2.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"file-loader": "^6.2.0",
"husky": "^4.3.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-mock-axios": "^4.6.1",
"mini-css-extract-plugin": "^1.6.2",
"node-glob": "^1.2.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"postcss-scss": "^4.0.4",
"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": "^5.0.0",
"sass": "^1.64.1",
"sass-loader": "^13.0.0",
"script-loader": "^0.7.2",
"semver": "^7.3.7",
"stylelint": "^15.10.2",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^5.0.1",
"stylelint-stylistic": "^0.4.3",
"terser-webpack-plugin": "^5.3.3",
"uglify-js": "^3.16.0",
"webpack": "^5.73.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"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.mjs",
"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",
"husky": {
"hooks": {
"pre-commit": "bash pre-commit.githook"
}
},
"scarfSettings": {
"enabled": false
}
}