forked from react-native-progress-view/progress-view
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.34 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@react-native-community/progress-view",
"version": "1.2.3",
"description": "React Native Progress View iOS Library",
"keywords": [
"ProgressViewIOS",
"progress",
"progress view",
"react native",
"react-native"
],
"homepage": "https://github.com/react-native-community/react-native-progress-view#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/react-native-progress-view.git"
},
"license": "MIT",
"author": "Kaiden Sin <ksnz93@gmail.com>",
"files": [
"android",
"ios",
"js",
"macos",
"react-native-progress-view.podspec",
"windows"
],
"main": "js/index.js",
"types": "js/index.d.ts",
"scripts": {
"flow": "flow",
"lint": "eslint .",
"ios": "react-native run-ios --project-path \"./example/ios\"",
"start:macos": "react-native start --use-react-native-macos",
"start:windows": "react-native start --use-react-native-windows",
"android": "react-native run-android --root example",
"start": "react-native start",
"test": "jest js/__tests__/*",
"type-check": "tsc --noEmit",
"windows": "react-native run-windows",
"appium": "appium",
"test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.windows.js"
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/runtime": "^7.10.2",
"@react-native-community/cli": "^4.8.0",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "24.0.18",
"@types/react": "^16.9.19",
"@types/react-native": "^0.61.2",
"@types/selenium-webdriver": "4.0.9",
"appium": "1.17.0",
"babel-jest": "25.1.0",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^7.14.0",
"flow-bin": "^0.127.0",
"jest": "^26.0.1",
"metro-react-native-babel-preset": "^0.59.0",
"react": "16.13.1",
"react-native": "^0.63.0-rc.1",
"react-native-macos": "^0.62.0-0",
"react-native-windows": "^0.62.0-0",
"react-test-renderer": "16.13.1",
"selenium-appium": "0.0.15",
"selenium-webdriver": "4.0.0-alpha.7",
"typescript": "^3.8.3"
},
"resolutions": {
"jimp": "^0.10.0",
"hermes-engine": "0.5.0"
},
"peerDependencies": {
"react": ">16.8.3",
"react-native": ">=0.59.5"
},
"publishConfig": {
"access": "public"
}
}