-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
84 lines (84 loc) · 2.14 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "roc-plugin-repo",
"version": "0.1.7",
"description": "Roc plugin making it easy to manage JavaScript repositories",
"main": "lib/index.js",
"files": [
"lib",
"eslint.js"
],
"author": "Gustaf Dalemar",
"keywords": [
"roc",
"roc-plugin",
"monorepo"
],
"dependencies": {
"add-stream": "1.0.0",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.22.0",
"callsites": "^2.0.0",
"chalk": "^1.1.3",
"chokidar": "^1.7.0",
"cmd-shim": "^2.0.2",
"commitizen": "^2.8.6",
"compare-func": "^1.3.2",
"conventional-changelog": "^1.1.7",
"conventional-commits-filter": "^1.1.1",
"cz-conventional-changelog": "^1.2.0",
"dateformat": "^2.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-config-prettier": "^2.3.0",
"eslint-config-roc": "^0.1.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.1.2",
"execa": "^0.8.0",
"fs-extra": "^4.0.2",
"fs-readdir-recursive": "^1.0.0",
"get-pkg-repo": "^1.4.0",
"git-clone": "^0.1.0",
"github": "^11.0.0",
"github-url-from-git": "^1.5.0",
"glob": "^7.1.2",
"indent-string": "^3.2.0",
"inquirer": "^3.2.2",
"is-ci": "^1.0.10",
"listr": "^0.12.0",
"lodash": "^4.17.4",
"micromatch": "^3.0.3",
"ora": "^1.3.0",
"output-file-sync": "^2.0.0",
"p-all": "^1.0.0",
"p-series": "^1.0.0",
"path-exists": "^3.0.0",
"pify": "^3.0.0",
"prettier": "1.5.3",
"project-name-generator": "^2.1.3",
"read-pkg": "^2.0.0",
"resolve-from": "^4.0.0",
"rimraf": "^2.5.4",
"roc": "^1.0.0-rc.16",
"roc-plugin-babel": "^1.0.0-beta.4",
"semver": "^5.3.0",
"signal-exit": "^3.0.2",
"slash": "^1.0.0",
"strong-log-transformer": "^1.0.6",
"temp": "^0.8.3",
"tempfile": "^2.0.0",
"trim-newlines": "^2.0.0",
"write-pkg": "^3.1.0",
"xml2js": "^0.4.19",
"yargs": "^10.1.1"
},
"roc": {
"packages": [
"./lib"
]
},
"devDependencies": {}
}