-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
45 lines (45 loc) · 1.3 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": "@rainbow-me/animated-charts",
"version": "1.0.0-alpha.6",
"description": "The library provides a set of components and helpers for building complex and beautiful animated linear (only - for now) charts. It's a part of the [Rainbow.me project](https://rainbow.me/).",
"main": "src/index.js",
"scripts": {
"release": "release-it"
},
"author": "Michał Osadnik",
"files": [
"src/"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"license": "MIT",
"dependencies": {
"react-native-gesture-handler": "^1.7.0",
"react-native-reanimated": "^2.0.0-alpha.5",
"react-native-svg": "^12.1.0",
"react-native-haptic-feedback": "^1.10.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/runtime": "^7.11.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"husky": "^4.3.0",
"release-it": "^14.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rainbow-me/react-native-animated-charts.git"
},
"bugs": {
"url": "https://github.com/rainbow-me/react-native-animated-charts/issues"
},
"homepage": "https://github.com/rainbow-me/react-native-animated-charts#readme"
}