-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.64 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
{
"name": "@th3rdwave/react-native-incremental",
"version": "2.0.0",
"description": "Vendor of Incremental that was removed from react-native",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "src/index.tsx",
"types": "lib/typescript/index.d.ts",
"source": "src/index.tsx",
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "bob build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/th3rdwave/react-native-incremental.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/th3rdwave/react-native-incremental/issues"
},
"homepage": "https://github.com/th3rdwave/react-native-incremental#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.1",
"@react-native/eslint-plugin-specs": "^0.0.3",
"@types/jest": "^27.4.1",
"@types/react-native": "^0.67.2",
"@types/react-test-renderer": "^17.0.1",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"react-native-builder-bob": "^0.18.2",
"react-native": "0.67.3",
"react-test-renderer": "^17.0.2",
"react": "^17.0.2",
"typescript": "^4.6.2"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
}
}