forked from catima/catima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.74 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
{
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@claviska/jquery-minicolors": "^2.2.6",
"@rails/webpacker": "4.0.7",
"axios": "^0.18.1",
"bootstrap-loader": "^3.0.3",
"bootstrap-sass": "^3.4.1",
"classnames": "^2.2.5",
"codemirror": "^5.47.0",
"coffeescript": "2.4.1",
"css-loader": "^2.1.1",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"es6-shim": "^0.35.5",
"file-loader": "^1.1.6",
"immutable": "^3.8.2",
"jquery": "^3.4.0",
"js-yaml": "^3.13.1",
"json-beautify": "^1.1.0",
"leaflet": "^1.2.0",
"leaflet-draw": "^0.4.13",
"leaflet-editable": "^1.1.0",
"leaflet.markercluster": "^1.4.1",
"leaflet.path.drag": "^0.0.6",
"mammoth": "git://github.com/catima/mammoth.js.git#b789554",
"mini-css-extract-plugin": "^0.7.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"node-sass": "^4.7.2",
"prop-types": "^15.7.2",
"quill": "^1.3.4",
"quill-table": "^1.0",
"react": "^16.8.6",
"react-color": "^2.13.8",
"react-dom": "^16.8.6",
"react-draggable": "^3.0.5",
"react-fontawesome": "^1.6.1",
"react-image-crop": "^3.0.7",
"react-image-lightbox": "^4.3.0",
"react-leaflet": "^1.7.8",
"react-leaflet-draw": "^0.18.0",
"react-leaflet-markercluster": "^1.1.8",
"react-on-rails": "^11.2.2",
"react-s3-uploader": "^4.6.2",
"react-select": "^2.1.1",
"react-select-async-paginate": "^0.3.0",
"regenerator-runtime": "^0.13.2",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^7.1.0",
"striptags": "^3.1.1",
"styled-components": "^4.2.0",
"url-loader": "^0.6.2",
"webpack": "^4.0.0"
},
"devDependencies": {
"webpack-dev-server": "3.6.0"
}
}