-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
70 lines (70 loc) · 1.83 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
{
"name": "@totalsoft/generator-webapp-rocket",
"version": "0.0.0",
"description": "React web application sample with GraphQL Apollo Client and Axa Oidc client integrations.",
"homepage": "https://github.com/osstotalsoft/generator-webapp-rocket",
"author": "Totalsoft (https://github.com/osstotalsoft)",
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"React",
"Apollo",
"AxaGuilDEv Oidc",
"yeoman-generator"
],
"engines": {
"npm": ">= 9.x",
"node": ">= 20.x"
},
"scripts": {
"test": "mocha ./**/__tests__/**/*.spec.js ",
"test:coverage": "c8 npm run test",
"eslint:report": "eslint .",
"ejslint": "ejslint generators/app/templates/infrastructure"
},
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"lodash": "^4.17.21",
"path": "^0.12.7",
"ramda": "^0.30.1",
"update-notifier": "^7.3.1",
"yeoman-generator": "^7.3.3",
"yo": "^5.0.0",
"yosay": "^3.0.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"c8": "^10.1.2",
"chai": "^5.1.2",
"ejs-lint": "^2.0.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"fs-extra": "^11.2.0",
"globals": "^15.12.0",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^10.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osstotalsoft/generator-webapp-rocket.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/osstotalsoft/generator-webapp-rocket/issues"
},
"packageManager": "[email protected]"
}