forked from TechnologyGeek12/react-region-flag-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "react-region-flag-select",
"version": "0.1.1",
"main": "dist/index.js",
"module": "dist/index.js",
"description": "Dynamic and custom react country, state, city select drop-down with flag and phone code options",
"repository": "TechnologyGeek12/react-region-flag-select",
"license": "MIT",
"keywords": [
"React Region Flag Select",
"npm"
],
"files": [
"dist"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4",
"react-test-renderer": "^16.3.2"
},
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"scripts": {
"start": "react-scripts start",
"build-examples": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.6"
}
}