-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
77 lines (77 loc) · 2.33 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
{
"name": "@lob/react-address-autocomplete",
"version": "2.2.0",
"description": "A collection of components and utility functions for verifying and suggesting addresses using Lob",
"author": "Lob",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"engines": {
"node": ">=14"
},
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs --css inline",
"start": "microbundle-crl watch --no-compress --format modern,cjs --css inline",
"prepare": "run-s build",
"lint:fix": "eslint . --fix",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lob/react-address-autocomplete.git"
},
"dependencies": {
"base-64": "^1.0.0",
"lodash.throttle": "^4.1.1",
"react-select": "^5.3.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.3.0",
"cross-env": "^7.0.2",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.0.0",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"react-scripts": "5.0.0"
},
"keywords": [
"address autocomplete",
"address verification",
"address",
"addresses",
"auto-suggest",
"autocomplete search",
"autocomplete",
"autocomplete",
"av",
"international",
"lob",
"lob address verification",
"places autocomplete",
"places",
"react",
"street-address",
"validate",
"validation",
"verification",
"verify"
],
"bugs": {
"url": "https://github.com/lob/react-address-autocomplete/issues"
},
"homepage": "https://github.com/lob/react-address-autocomplete#readme"
}