-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
69 lines (69 loc) · 1.66 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
67
68
69
{
"name": "generator-rn-toolbox",
"version": "0.0.0-managed-by-semantic-release",
"description": "React-Native generators to kickstart your project",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 0",
"commitmsg": "validate-commit-msg",
"semantic-release": "semantic-release",
"commit": "git-cz",
"travis-deploy-once": "travis-deploy-once"
},
"keywords": [
"yeoman-generator",
"react-native",
"generator",
"react",
"native",
"toolbox",
"fastlane",
"eslint",
"boilerplate",
"environments",
"circleci",
"bitrise",
"travisci",
"circleci",
"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",
"universal-analytics": "^0.4.20",
"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-universe": "^1.0.7",
"husky": "^0.14.3",
"jest": "^21.2.1",
"prettier": "^1.11.1",
"semantic-release": "^15.9.9",
"travis-deploy-once": "^5.0.2",
"validate-commit-msg": "^2.14.0",
"yeoman-environment": "^2.0.5",
"yeoman-test": "^1.7.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}