forked from jhipster/generator-jhipster-ionic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.64 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
{
"name": "generator-jhipster-ionic",
"version": "7.0.0",
"description": "A JHipster Module that generates an Ionic Client.",
"keywords": [
"yeoman-generator",
"jhipster",
"jhipster-module",
"ionic"
],
"homepage": "https://github.com/oktadev/generator-jhipster-ionic#readme",
"author": {
"name": "Matt Raible",
"email": "[email protected]",
"url": "https://developer.okta.com"
},
"files": [
"generators",
"cli"
],
"bin": {
"ionic4j": "./cli/ionic4j.js"
},
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/oktadev/generator-jhipster-ionic.git"
},
"dependencies": {
"chalk": "4.1.1",
"cross-spawn": "7.0.3",
"fs-extra": "10.0.0",
"generator-jhipster": ">=7.0.0",
"jsonfile": "6.1.0",
"lodash": "4.17.21",
"pluralize": "8.0.0",
"semver": "7.3.5",
"shelljs": "0.8.4",
"yeoman-environment": "3.4.1",
"yo": "4.2.0"
},
"devDependencies": {
"@angular-devkit/schematics-cli": "12.1.0",
"@oktadev/schematics": "4.1.2",
"chai": "4.3.4",
"eslint": "7.29.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.23.4",
"mocha": "9.0.1",
"prettier": "2.3.2",
"yeoman-assert": "3.1.1",
"yeoman-test": "6.1.0"
},
"scripts": {
"test": "mocha --timeout 10000 test/*",
"prettier": "prettier --write \"{,cli/,generators/**/}*.{js,json,html,md,ts}\" --loglevel silent"
},
"engines": {
"node": ">=8.10.0",
"npm": ">=5.6.0"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oktadev/generator-jhipster-ionic/issues"
}
}