forked from bamlab/generator-rn-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.52 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
{
"name": "generator-rn-toolbox",
"version": "0.0.0-managed-by-semantic-release",
"description": "React-Native generators to kickstart your project",
"scripts": {
"lint": "eslint .",
"commitmsg": "validate-commit-msg",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"commit": "git-cz"
},
"keywords": [
"yeoman-generator",
"react-native",
"generator",
"react",
"native",
"toolbox",
"fastlane",
"eslint",
"boilerplate",
"environments",
"circleci",
"bitrise",
"travisci",
"ci",
"wallabyjs",
"visual studio code",
"vscode"
],
"repository": {
"type": "git",
"url": "https://github.com/bamlab/generator-rn-toolbox"
},
"dependencies": {
"bluebird": "^3.5.0",
"color-js": "^1.0.4",
"colors": "^1.1.2",
"compare-version": "^0.1.2",
"download-file-sync": "^1.0.4",
"fs-extra": "^4.0.2",
"gm": "^1.23.0",
"randomstring": "^1.1.5",
"yeoman-generator": "^2.0.1"
},
"devDependencies": {
"commitizen": "^2.9.6",
"cross-spawn": "^5.1.0",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"husky": "^0.14.3",
"jest": "^21.2.1",
"semantic-release": "^8.2.0",
"validate-commit-msg": "^2.14.0",
"yeoman-environment": "^2.0.5",
"yeoman-test": "^1.7.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}