forked from thecodingmachine/react-native-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "@thecodingmachine/react-native-boilerplate",
"version": "3.5.1",
"description": "TheCodingMachine React Native Boilerplate",
"repository": {
"type": "git",
"url": "https://github.com/thecodingmachine/react-native-boilerplate.git"
},
"author": "TheCodingMachine Lyon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thecodingmachine/react-native-boilerplate/issues"
},
"homepage": "https://thecodingmachine.github.io/react-native-boilerplate/",
"main": "post-init.script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "cz",
"prepare": "husky install"
},
"keywords": [
"react",
"native",
"boilerplate",
"thecodingmachine",
"react-native",
"starter-kit"
],
"dependencies": {
"@thecodingmachine/rnb-plugin-typescript": "^2.0.8",
"kleur": "^4.1.4",
"prompts": "^2.4.1"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/cz-commitlint": "^16.0.0",
"@commitlint/prompt-cli": "^16.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}