-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.66 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
{
"name": "react-country-state-dropdown",
"version": "1.1.1",
"description": "A country, state, city, and language dropdown for React",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/replaysMike/react-country-state-dropdown.git"
},
"keywords": [
"react",
"react-country-state-dropdown",
"react-country-dropdown",
"react-country",
"react-phone-input",
"country-dropdown",
"state-dropdown",
"city-dropdown",
"country",
"state",
"city",
"phone",
"phoneinput",
"dropdown",
"select",
"component",
"npm"
],
"author": "Michael Brown",
"license": "MIT",
"bugs": {
"url": "https://github.com/replaysMike/react-country-state-dropdown/issues"
},
"homepage": "https://github.com/replaysMike/react-country-state-dropdown",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"rollup": "^2.79.1",
"rollup-plugin-postcss": "^4.0.2"
},
"dependencies": {
"libphonenumber-js": "^1.10.55",
"react-scripts": "^5.0.1",
"underscore": "^1.13.6"
}
}