-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
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
40
41
42
43
44
45
{
"name": "react-bounty",
"description": "🔨 Bounty React Component",
"version": "1.0.7",
"license": "MIT",
"author": {
"name": "Piotr Kowalski",
"email": "[email protected]",
"url": "https://piecioshka.pl/"
},
"scripts": {
"clear": "rm -rf dist/",
"clear:all": "rm -rf node_modules && npm run clear",
"build": "babel src --out-dir dist"
},
"dependencies": {
"bounty": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/piecioshka/react-bounty.git"
},
"files": [
"src",
"dist",
"package.json",
"README.md"
],
"keywords": [
"react",
"component",
"bounty",
"odometer",
"animation"
],
"main": "./dist/index.js"
}