forked from avocadowastaken/react-flag-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 907 Bytes
/
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
{
"name": "react-flag-kit",
"version": "0.4.0",
"description": "FlagKit for React",
"keywords": [
"react",
"icons",
"flags",
"flag-icons",
"flagkit"
],
"repository": "https://github.com/umidbekk/react-flag-kit.git",
"license": "MIT",
"author": "Umidbek Karimov <[email protected]>",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rapidbundle",
"prerelease": "yarn tsc && yarn build",
"release": "np --no-2fa",
"format": "prettier . --write"
},
"devDependencies": {
"@types/react": "^17.0.8",
"np": "^7.5.0",
"prettier": "^2.3.0",
"prettier-plugin-organize-imports": "^2.1.0",
"prettier-plugin-packagejson": "^2.2.11",
"rapidbundle": "^0.12.0",
"typescript": "~4.3.5"
},
"peerDependencies": {
"react": "^16.6.0"
}
}