-
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.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 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-flag-cdn",
"version": "1.0.0",
"description": "A lightweight React component to render flags based on ISO 3166 country code",
"main": "dist/index.cjs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"peerDependencies": {
"prop-types": "latest",
"react": "latest",
"react-dom": "latest"
},
"dependencies": {
"@babel/runtime": "^7.16.7"
},
"repository": {
"type": "git",
"url" : "https://github.com/davext/react-flag-cdn.git"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"autoprefixer": "^10.4.2",
"react-proptypes": "^1.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^3.14.1",
"rollup-plugin-terser": "^7.0.2"
},
"keywords": [
"react",
"flags",
"cdn",
"svg",
"png",
"jpg",
"flagcdn",
"flags cdn"
],
"author": "David Harvey",
"license": "MIT"
}