forked from ekwonye-richard/react-flags-select
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.16 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.16 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
{
"name": "react-flags-select-ssr",
"version": "0.1.2",
"description": "react-flags-select-ssr React component",
"main": "lib/index.js",
"module": "es/index.js",
"author": {
"name": "Andrii Uhryn",
"github": "https://github.com/AndriiUhryn"
},
"homepage": "https://github.com/AndriiUhryn/react-flags-select.git",
"files": [
"css",
"scss",
"flags",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && npm clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"prop-types": "15.7.2"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-sass": "3.1.0",
"nwb": "0.23.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-syntax-highlight": "0.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndriiUhryn/react-flags-select.git"
},
"bugs": {
"url": "https://github.com/AndriiUhryn/react-flags-select/issues"
}
}