-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 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
{
"name": "custom-own-location",
"version": "1.0.0",
"description": "Fully free plugin allow you to quickly add Google Maps to your WordPress website.",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-ascode/custom-own-location.git"
},
"keywords": [],
"author": "",
"license": "GPL-2",
"bugs": {
"url": "https://github.com/the-ascode/custom-own-location/issues"
},
"homepage": "https://github.com/the-ascode/custom-own-location#readme",
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"laravel-mix": "^6.0.19",
"postcss": "^8.2.15"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.11.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"google-maps-react": "^2.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-geocode": "^0.2.3",
"react-google-autocomplete": "^1.2.6",
"react-google-maps": "^9.4.5",
"react-google-places-autocomplete": "^3.3.0",
"react-places-autocomplete": "^7.3.0",
"react-redux": "^7.2.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
}