forked from indico/indico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.48 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
{
"name": "indico",
"version": "2.0.0",
"description": "Indico",
"main": "indico/web/client/js/index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.44",
"@babel/runtime": "^7.0.0-beta.44",
"AngularJS": "github:indico/angular.js#indico",
"angular-ui-sortable": "github:angular-ui/ui-sortable#6b79634f0921f3b5ac7b3989bd0f59376d7d765b",
"axios": "^0.18.0",
"babel-plugin-react-css-modules": "^3.3.3",
"chartist": "^0.11.0",
"ckeditor": "github:indico/indico-ckeditor#build-4.7.3",
"clipboard": "^2.0.0",
"connected-react-router": "^4.3.0",
"dropzone": "^5.4.0",
"flask-urls": "*",
"fullcalendar": "^3.9.0",
"geodesy": "^1.1.3",
"history": "^4.7.2",
"jed": "^1.1.1",
"jqplot": "github:jqplot/jqplot#d96a669fbb729f4f51e2214688e54320411219af",
"jquery": "^3.2.1",
"jquery-colorbox": "^1.6.4",
"jquery-form": "^4.2.2",
"jquery-migrate": "^3.0.1",
"jquery-typeahead": "^2.10.0",
"jquery-ui": "^1.12.1",
"jquery-ui-multiselect-widget": "^2.0.2",
"jquery.typewatch": "github:dennyferra/typewatch#3.0.0",
"jstorage": "github:andris9/jStorage#c0285fa354a5060b97f5d7c4d03bf37841eee67e",
"leaflet": "^1.3.1",
"leaflet.markercluster": "^1.3.0",
"lodash": "^4.17.10",
"mathjax": "^2.7.4",
"moment": "^2.22.0",
"outdatedbrowser": "^1.0.2",
"pagedown": "^1.1.0",
"pagedown-editor": "0.0.10",
"postcss-scss": "^1.0.5",
"qs": "^6.5.1",
"qtip2": "^3.0.3",
"rc-calendar": "^9.6.0",
"rc-time-picker": "^3.3.1",
"react": "^16.4.1",
"react-debounce-input": "^3.2.0",
"react-dom": "^16.4.1",
"react-jsx-i18n": ">=0.1.0",
"react-leaflet": "^1.9.1",
"react-leaflet-markercluster": "^1.1.8",
"react-modal": "^3.3.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.3.0",
"redux-lazy-scroll": "^0.1.1",
"redux-router-querystring": ">=0.0.6",
"redux-thunk": "^2.2.0",
"rrule": "^2.2.0",
"selectize": "^0.12.4",
"semantic-ui-css": "^2.3.0",
"semantic-ui-react": "github:pferreir/Semantic-UI-React#indico",
"tablesorter": "^2.30.1",
"taggle": "^1.12.0",
"underscore": "^1.8.3",
"vanderlee-colorpicker": "^1.2.16"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.44",
"@babel/core": "^7.0.0-beta.44",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.44",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.49",
"@babel/plugin-transform-runtime": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"@babel/preset-react": "^7.0.0-beta.44",
"@babel/register": "^7.0.0-beta.44",
"autoprefixer": "^8.2.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^8.0.0-beta.2",
"babel-plugin-flask-urls": "*",
"babel-plugin-lodash": "^3.3.3",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-cli": "^1.1.1",
"eslint-config-indico": "^1.0.3",
"eslint-import-resolver-indico": "file:resolver",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^7.9.1",
"exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
"file-loader": "^1.1.11",
"node-glob": "^1.2.0",
"node-sass": "^4.9.0",
"node-sass-import-once": "^1.2.0",
"postcss-loader": "^2.1.3",
"postcss-url-namespaces": "github:pferreir/postcss-url-namespaces",
"progress-bar-webpack-plugin": "^1.10.0",
"sass-loader": "^7.0.0",
"script-loader": "^0.7.2",
"style-loader": "^0.20.3",
"uglify-js": "^3.3.21",
"webpack": "^4.5.0",
"webpack-cli": "^2.1.4",
"webpack-manifest-plugin": "^2.0.0",
"webpack-merge": "^4.1.1"
},
"scripts": {
"watch": "webpack --watch",
"build": "webpack -p --env.NODE_ENV=production",
"profile": "webpack --profile --json -p --env.NODE_ENV=production > webpack-stats.json",
"postinstall": "patch -p0 -d node_modules/jquery-ui --merge < indico/web/client/js/jquery/contrib/jquery-ui-changes.diff",
"eslint": "eslint ./indico"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indico/indico.git"
},
"author": "Indico Team",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/indico/indico/issues"
},
"homepage": "https://github.com/indico/indico#readme"
}