forked from UpendoVentures/generator-upendodnn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.42 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "generator-upendodnn",
"version": "1.13.1",
"description": "Scaffolds DNN extensions, including Modules (Webforms, SPA, and MVC), Persona Bar, Skin Object, Library, Scheduler, and Hotcakes Commerce projects (based on the generator built by Matt Rutledge).",
"homepage": "https://github.com/UpendoVentures/generator-upendodnn#readme",
"author": {
"name": "Will Strohl of Upendo Ventures",
"email": "[email protected]",
"url": "https://upendoventures.com/What/CMS/DNN"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator",
"dnn",
"dotnetnuke",
"dnncms",
"evoq",
"upendo",
"upendo ventures",
"module template",
"VueJS",
"ReactJS",
"React",
"Angular",
"MVC"
],
"devDependencies": {
"eslint": "^8.28.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-xo": "^0.25.1",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^29.3.0",
"jest-cli": "^29.3.0",
"nsp": "^3.2.1",
"prettier": "^1.15.3",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^6.2.0",
"yo": "^4.3.1"
},
"dependencies": {
"chalk": "^2.4.2",
"dotnet-solution": "^0.2.0",
"pascal-case": "^2.0.1",
"update-notifier": "^2.5.0",
"uuid-v4": "^0.1.0",
"which": "^1.3.1",
"yeoman-generator": "^5.4.2",
"yosay": "^2.0.2"
},
"jest": {
"testEnvironment": "node"
},
"scripts": {
"test": "jest",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"eslintConfig": {
"extends": [
"xo",
"prettier"
],
"env": {
"jest": true,
"node": true
},
"rules": {
"linebreak-style": 0,
"prettier/prettier": [
"error",
{
"singleQuote": true,
"printWidth": 90
}
]
},
"plugins": [
"prettier"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/UpendoVentures/generator-upendodnn.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/UpendoVentures/generator-upendodnn/issues"
},
"packageConfig": {
"registry": "http://registry.npmjs.org/"
},
"resolutions": {
"**/**/got": "11.8.5",
"**/**/semver-regex": "3.1.4",
"**/**/yargs-parser": "13.1.2",
"**/**/mem": "4.0.0",
"**/**/lodash": "4.17.21",
"**/**/trim-newlines": "3.0.1",
"**/**/http-cache-semantics": "4.1.1"
}
}