-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.65 KB
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": "moowoodle",
"version": "3.2.0",
"description": "=== MooWoodle ===",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dualcube/moowoodle"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dualcube/moowoodleissues"
},
"homepage": "https://github.com/dualcube/moowoodle#readme",
"devDependencies": {
"@wordpress/scripts": "^30.1.0",
"ws": "^8.18.0"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@mui/material": "^5.16.7",
"@tinymce/tinymce-react": "^5.1.1",
"@wordpress/react-i18n": "^3.56.0",
"axios": "^1.8.4",
"cookie": "^1.0.2",
"google-map-react": "^2.2.1",
"mapbox-gl": "^3.8.0",
"react": "^18.3.1",
"react-csv": "^2.2.2",
"react-data-table-component": "^7.6.2",
"react-date-range": "^2.0.1",
"react-dom": "^18.3.1",
"react-drag-listview": "^2.0.0",
"react-draggable": "^4.4.6",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-multi-date-picker": "^4.5.2",
"react-query": "^3.39.3",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.1",
"react-sortablejs": "^6.1.4",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"recharts": "^2.13.0",
"ws": "^8.18.0"
}
}