-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 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
59
60
61
62
63
64
65
66
{
"name": "@mirahi/rn-template",
"version": "0.0.1",
"description": "An opinionated React Native Plugin for Nx",
"keywords": [
"Monorepo",
"React",
"Web",
"Jest",
"Native",
"CLI",
"Orval",
"React-native",
"React-query"
],
"bugs": {
"url": "https://github.com/mirahi/rn-template/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mirahi/rn-template.git"
},
"license": "MIT",
"contributors": [
{"name":"Tim Simon","email":"[email protected]","url":"https://github.com/xorob0"},
{"name":"Aylin Gokalp","email":"[email protected]"},
{"name":"Sacha Hennaut"}
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"prepare": "husky install"
},
"dependencies": {
"@nrwl/detox": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@nrwl/react": "*",
"chalk": "^4.1.0",
"ignore": "^5.0.4",
"metro-resolver": "^0.66.2",
"node-fetch": "^2.6.1",
"tsconfig-paths": "^3.9.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.0"
},
"peerDependencies": {
"@nrwl/workspace": "*",
"react-native": "0.65.1"
},
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"schematics": "./generators.json",
"volta": {
"node": "16.11.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}