-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.86 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
{
"name": "payload-google-autocomplete-places",
"description": "A Google Map Places Autocomplete Field for Payload CMS",
"version": "1.0.3",
"keywords": [
"google maps",
"google maps autocomplete",
"autocomplete",
"places autocomplete",
"payload",
"cms",
"plugin",
"typescript"
],
"repository": {
"url":"git+https://github.com/aritrakrbasu/payload-google-map-autocomplete-places.git"
},
"author": "Aritra Kr. Basu <aritrabasu71@gmail.com> (https://aritrakrbasu.github.io/)",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/aritrakrbasu/payload-google-map-autocomplete-places/issues",
"email": "aritrabasu71@gmail.com"
},
"scripts": {
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png}\" dist/",
"build": "yarn copyfiles && yarn build:tsc",
"build:tsc": "tsc",
"clean": "rimraf dist && rimraf dev/yarn.lock",
"prepublishOnly": "yarn clean && yarn build"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"payload": "^2.0.0"
},
"devDependencies": {
"@payloadcms/eslint-config": "^0.0.1",
"@swc/jest": "^0.2.28",
"@types/google.maps": "^3.55.7",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"copyfiles": "^2.4.1",
"dotenv": "^8.2.0",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.7.0",
"payload": "^2.0.14",
"prettier": "^2.7.1",
"react": "^18.0.0",
"typescript": "^4.8.4",
"webpack": "^5.90.3"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.6",
"react-google-places-autocomplete": "^4.0.1",
"use-debounce": "^10.0.0"
}
}