forked from catima/catima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.87 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
{
"name": "catima",
"private": true,
"dependencies": {
"@babel/core": "^7.16.10",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.10",
"@babel/preset-react": "^7.12.5",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.16.7",
"@eonasdan/tempus-dominus": "^6.9.6",
"@popperjs/core": "^2.11.8",
"@turf/boolean-valid": "^6.5.0",
"@turf/rewind": "^6.5.0",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"axios": "^1.7.4",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.2.5",
"codemirror": "^5.63.0",
"coffee-loader": "^4.0.0",
"coffeescript": "^2.7.0",
"compression-webpack-plugin": "^9.2.0",
"core-js": "^3.32.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"es6-shim": "^0.35.5",
"immutable": "^4.3.2",
"intl": "^1.2.5",
"jquery": "^3.5.1",
"js-yaml": "^4.1.0",
"json-beautify": "^1.1.0",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet-draw-locales": "^1.2.3",
"leaflet-editable": "^1.2.0",
"leaflet.markercluster": "^1.4.1",
"leaflet.path.drag": "^0.0.6",
"mammoth": "https://github.com/catima/mammoth.js.git#90d5016",
"mini-css-extract-plugin": "^2.7.6",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"pnp-webpack-plugin": "^1.7.0",
"postcss": "^8.4.31",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.1.0",
"prop-types": "^15.7.2",
"quill": "^1.3.4",
"quill-table": "^1.0.0",
"react": "^17.0.2",
"react-color": "^2.13.8",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-fontawesome": "^1.6.1",
"react-image-crop": "^6.0.18",
"react-image-lightbox": "^5.1.4",
"react-intl": "^5.20.12",
"react-leaflet": "^3.2.1",
"react-leaflet-draw": "^0.19.8",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-select": "^3.0.0",
"react-select-async-paginate": "^0.3.2",
"react_ujs": "^2.7.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.64.2",
"sass-loader": "^13.3.2",
"shakapacker": "7.1.0",
"sortablejs": "^1.14.0",
"stimulus": "^3.2.1",
"striptags": "^3.1.1",
"style-loader": "^3.3.3",
"styled-components": "^5.3.1",
"summernote": "^0.8.20",
"terser-webpack-plugin": "^5.3.0",
"typescript": "^4.0.5",
"uuid": "^9.0.0",
"webpack": "^5.94.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@webpack-cli/serve": "^2.0.5",
"react-refresh": "^0.14.0",
"webpack-dev-server": "^4.15.1"
}
}