forked from yujonglee/react-native-switch-toggle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
{
"name": "react-native-switch-toggle",
"version": "2.2.1",
"description": "Highly customizable animating react native switch toggle component.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"build": "rm -rf ./lib && tsc && flowgen lib/index.d.ts -o lib/index.js.flow",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dooboolab/react-native-switch-toggle.git"
},
"keywords": [
"react-native",
"switch",
"toggle",
"swtich-toggle",
"react-native-switch-toggle"
],
"author": "dooboolab@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/dooboolab/react-native-switch-toggle/issues"
},
"homepage": "https://github.com/dooboolab/react-native-switch-toggle#readme",
"dependencies": {
"dooboolab-welcome": "^1.3.0"
},
"peerDependencies": {
"react": ">=16.9",
"react-native": ">=0.58"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@dooboo/eslint-config": "^0.7.2",
"@testing-library/jest-native": "^4.0.1",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^26.0.23",
"@types/react": "~17.0.5",
"@types/react-dom": "^17.0.5",
"@types/react-native": "~0.64.5",
"@types/react-test-renderer": "^17.0.1",
"eslint": "^7.26.0",
"eslint-plugin-prettier": "^3.4.0",
"flowgen": "^1.14.1",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-native": "^0.64.0",
"react-test-renderer": "^17.0.2",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
},
"publishConfig": {
"access": "public"
}
}