forked from folio-org/stripes-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.81 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
{
"name": "@folio/stripes-cli",
"version": "1.2.0",
"description": "Stripes Command Line Interface",
"repository": "https://github.com/folio-org/stripes-cli",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"license": "Apache-2.0",
"engines": {
"node": ">=8.9.0"
},
"main": "index.js",
"bin": {
"stripes": "./lib/stripes-cli.js"
},
"scripts": {
"test": "mocha --recursive",
"lint": "eslint ./",
"lint-templates": "eslint ./resources --no-ignore"
},
"dependencies": {
"@folio/stripes-core": "^2.10.0",
"@folio/ui-testing": "folio-org/ui-testing#framework-only",
"babel-plugin-istanbul": "^4.1.6",
"configstore": "^3.1.1",
"debug": "^3.1.0",
"find-up": "^2.1.0",
"get-stdin": "^6.0.0",
"global-dirs": "^0.1.1",
"http-server": "^0.11.1",
"import-lazy": "^3.1.0",
"inquirer": "^4.0.2",
"is-installed-globally": "^0.1.0",
"is-path-inside": "^1.0.1",
"just-kebab-case": "^1.0.0",
"just-pascal-case": "^1.0.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^3.0.0",
"kopy": "^8.2.3",
"lodash": "^4.17.5",
"mocha": "^4.0.1",
"node-fetch-npm": "^2.0.2",
"resolve-from": "^4.0.0",
"resolve-pkg": "^1.0.0",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"simple-git": "^1.89.0",
"supports-color": "^4.5.0",
"update-notifier": "^2.3.0",
"webpack": "^4.10.2",
"webpack-bundle-analyzer": "^2.9.1",
"yargs": "^10.0.3"
},
"devDependencies": {
"@folio/eslint-config-stripes": "^1.1.0",
"chai": "^4.1.2",
"eslint": "^4.8.0",
"sinon": "^4.1.4",
"sinon-chai": "^2.14.0"
}
}