-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 905 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 905 Bytes
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
{
"name": "react-highfive",
"version": "1.7.2",
"main": "dist/HighFive.js",
"types": "dist/HighFive.d.ts",
"repository": "https://github.com/marvinschopf/react-highfive",
"author": {
"name": "Marvin Schopf",
"email": "marvin@schopf.biz",
"url": "https://www.marvinschopf.com"
},
"homepage": "https://highfive.js.org",
"license": "Apache-2.0",
"keywords": [
"react",
"react high five",
"high five",
"react confetti"
],
"private": false,
"devDependencies": {
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.4"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"csstype": "2.6.14",
"react-countup": "^4.3.3",
"rewards-lite": "^1.0.5"
},
"peerDependencies": {
"react": "^17.0.1"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist/",
"prebuild": "yarn clean"
}
}