-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
106 lines (106 loc) · 3.15 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
105
106
{
"name": "@pnp/generator-spfx",
"version": "1.16.2",
"description": "This Yeoman generator helps organisations to improve their development workflow with the SharePoint Framework. It extends the functionalities of the @microsoft/generator-sharepoint based on best pattern and practices. This generator extends the capabilities of ReactJS, and Knockout projects add support for additional frameworks and include advanced code analysis tools.",
"homepage": "https://aka.ms/pnpgenerator",
"author": {
"name": "Office 365 / SharePoint PnP Core Team",
"url": "https://github.com/pnp"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pnp/generator-spfx.git"
},
"files": [
"app",
"generators",
"lib"
],
"keywords": [
"SharePoint",
"SPFx",
"SharePoint Framework",
"Pattern and Practices",
"Office 365",
"Office 365 Development",
"SharePoint Framework Development",
"yeoman-generator",
"PnP",
"VueJS",
"Aurelia",
"Handlebars",
"Angular Elements",
"SharePointFramework"
],
"maintainers": [
{
"name": "Stefan Bauer",
"email": "office@n8d.at",
"url": "https://www.n8d.at/"
},
{
"name": "Chandani Prajapati (Angular)",
"url": "https://twitter.com/Chandani_SPD"
}
],
"contributors": [
{
"name": "Magnus Danielson",
"url": "https://github.com/magnusdanielson"
},
{
"name": "Matthew Farrell",
"url": "https://github.com/matthewfarrell"
},
{
"name": "Bill Ayers",
"email": "BillA@flosim.com",
"url": "http://www.SPDoctor.net"
},
{
"name": "Vincent Biret",
"url": "https://github.com/baywet"
},
{
"name": "Sergei Sergeev",
"url": "https://github.com/s-KaiNet"
},
{
"name": "Paweł Hawrylak",
"url": "https://github.com/phawrylak"
},
{
"name": "Chris Kent",
"email": "ihatetimemachines@gmail.com",
"url": "https://thechriskent.com/"
},
{
"name": "Alex Terentiev",
"url": "https://github.com/AJIXuMuK"
}
],
"dependencies": {
"@microsoft/generator-sharepoint": "1.13.1",
"@pnp/office365-cli": "^2.12.0",
"applicationinsights": "^1.8.8",
"chalk": "^4.1.0",
"command-exists": "^1.2.9",
"global": "^4.4.0",
"lodash": "^4.17.20",
"param-case": "^3.0.4",
"update-notifier": "^4.1.0",
"yeoman-generator": "^4.12.0"
},
"devDependencies": {
"mocha": "~7.1.2",
"rimraf": "^3.0.2",
"yeoman-assert": "~3.1.1",
"yeoman-test": "~2.7.0"
},
"scripts": {
"test": "mocha ./test/full.coverage.test.js",
"postinstall": "node lib/patch.js",
"extract-template": "node tools/scripts/get-template.js"
}
}