-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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
{
"name": "@jbuijgers/nx-react-native",
"version": "0.1.5",
"description": "React Native Plugin for Nx",
"repository": {
"type": "git",
"url": "git+https://github.com/jbuijgers/nx-react-native.git"
},
"keywords": [
"Monorepo",
"React Native",
"Cross Platform",
"Jest",
"CLI"
],
"main": "build/index.js",
"types": "build/index.d.ts",
"author": "Joost Buijgers",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbuijgers/nx-react-native/issues"
},
"schematics": "./build/collection.json",
"builders": "./build/builders.json",
"ng-update": {
"requirements": {},
"migrations": "./build/migrations.json"
},
"scripts": {
"build": "scripts/build.sh"
},
"files": [
"build"
],
"dependencies": {
"@angular-devkit/schematics": "8.3.3",
"@angular-devkit/architect": "^0.803.10",
"@react-native-community/cli": "3.0.0-alpha.7"
},
"devDependencies": {
"@types/node": "^12.11.1"
},
"peerDependencies": {
"@nrwl/workspace": "^8.6.0",
"typescript": "~3.4.5"
}
}