forked from oblador/react-native-progress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.45 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "react-native-progress",
"version": "4.1.2",
"description": "Progress indicators and spinners for React Native using ReactART",
"main": "index.js",
"scripts": {
"test": "eslint *.js Shapes",
"format": "./node_modules/.bin/prettier --write {,Shapes/,Example/}*.js README.md *.ts"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"ui",
"progress",
"progressindicator",
"circle",
"pie",
"bar",
"progressbar",
"indeterminate",
"spinner",
"animation"
],
"author": {
"name": "Joel Arvidsson",
"email": "[email protected]"
},
"homepage": "https://github.com/oblador/react-native-progress",
"bugs": {
"url": "https://github.com/oblador/react-native-progress/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/oblador/react-native-progress.git"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "5.3.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.11.0",
"prettier": "^1.16.4"
},
"dependencies": {
"@babel/runtime": "^7.10.0",
"@react-native-community/art": "https://github.com/Brewskey/art",
"prop-types": "^15.7.2"
},
"typings": "index.d.ts"
}