-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.42 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
{
"name": "jeo",
"version": "1.0.0",
"description": "Jeo plugin",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InfoAmazonia/jeo-plugin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InfoAmazonia/jeo-plugin/issues"
},
"homepage": "https://github.com/InfoAmazonia/jeo-plugin#readme",
"dependencies": {
"@ckeditor/ckeditor5-react": "^5.1.0",
"@wordpress/edit-post": "^8.8.4",
"@wordpress/editor": "^14.8.4",
"@wordpress/plugins": "^7.8.2",
"bootstrap-daterangepicker": "^3.1.0",
"ckeditor5-build-full": "^25.0.0",
"classnames": "^2.5.1",
"eta": "^3.5.0",
"leaflet": "^1.9.4",
"lodash-es": "^4.17.21",
"mapbox-gl": "^3.7.0",
"react-autosuggest": "^10.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap-daterangepicker": "^8.0.0",
"react-datepicker": "^7.4.0",
"react-jsonschema-form": "^2.0.0-alpha.1",
"react-leaflet": "^2.8.0",
"react-map-gl": "^7.1.7",
"react-movable": "^3.3.1",
"scrollama": "^3.2.0",
"styled-components": "^6.1.13",
"use-debounce": "^10.0.3"
},
"devDependencies": {
"@wordpress/scripts": "^27.9.0",
"ajv": "^8.17.1",
"css-loader": "^7.1.2",
"postcss": "^8.4.47",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"webpack": "^5.95.0"
}
}