forked from rainbow-me/react-native-animated-charts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 961 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
{
"name": "@onekeyfe/react-native-animated-charts",
"version": "1.0.0",
"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.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michał Osadnik, @onekeyfe",
"files": [
"src/"
],
"license": "MIT",
"dependencies": {
"d3-scale": "^4.0.2",
"d3-shape": "^3.0.1",
"react-native-redash": "^16.2.2"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/runtime": "^7.11.2",
"@types/d3-scale": "^4.0.2",
"@types/d3-shape": "^3.0.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-reanimated": ">=2.0.0",
"react-native-gesture-handler": "*",
"react-native-svg": "*",
"expo-haptics": "*"
}
}