-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
46
{
"name": "react-native-peity",
"version": "1.0.0",
"description": "Progressive <svg> pie, donut, bar and line charts for React-Native http://benpickles.github.io/peity",
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"index.ts"
],
"scripts": {
"build": "npx tsc",
"watch": "npx tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vko-online/react-native-peity.git"
},
"keywords": [
"react-native",
"peity",
"chart",
"bar",
"line",
"donut"
],
"author": "Medet Tleukabiluly <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vko-online/react-native-peity/issues"
},
"homepage": "https://github.com/vko-online/react-native-peity#readme",
"peerDependencies": {
"@types/react": "^16.8.22",
"@types/react-native": "^0.57.64",
"react": "*",
"react-native": "*",
"tslint": "^5.18.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.5.2"
},
"dependencies": {
"react-native-svg": "^9.11.1"
}
}