-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 838 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
{
"name": "help-ukraine",
"version": "1.0.3",
"description": "Stand with Ukraine and share the latest news/ resources with this customizable badge.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"author": "Justin Juno",
"repository": "https://github.com/justinjunodev/help-ukraine",
"license": "MIT",
"keywords": [
"react",
"ukraine",
"support",
"help",
"badge",
"banner",
"component",
"news",
"donations"
],
"scripts": {
"build": "node esbuild.js && yarn tsc"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.39",
"esbuild": "^0.14.23",
"prettier": "2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.5"
}
}