forked from pnp/pnpjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.09 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
{
"name": "@pnp/monorepo",
"private": true,
"version": "1.2.4-2",
"description": "A JavaScript library for SharePoint development.",
"dependencies": {},
"devDependencies": {
"@microsoft/microsoft-graph-types": "1.5.0",
"@types/adal-angular": "1.0.1",
"@types/chai": "4.1.6",
"@types/chai-as-promised": "7.1.0",
"@types/core-js": "2.5.0",
"@types/mocha": "5.2.5",
"@types/node": "10.11.3",
"@types/sharepoint": "2016.1.1",
"@types/webpack": "4.4.17",
"@types/whatwg-fetch": "0.0.33",
"adal-angular": "1.0.17",
"adal-node": "0.1.28",
"ansi-colors": "3.2.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del": "3.0.0",
"fancy-log": "1.3.2",
"gulp": "3.9.1",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "5.0.0",
"gulp-replace": "1.0.0",
"gulp-tslint": "8.1.3",
"mocha": "patrick-rodgers/mocha.git#add-support-for-ignore-timeout",
"node-fetch": "2.2.0",
"pump": "3.0.0",
"replace-in-file": "3.4.2",
"rollup": "0.66.6",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-sourcemaps": "0.4.2",
"rollup-plugin-uglify": "6.0.0",
"string-replace-loader": "2.1.1",
"ts-loader": "5.2.1",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tslib": "1.9.3",
"tslint": "5.11.0",
"typescript": "3.1.3",
"webpack": "4.22.0",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.10",
"yargs": "12.0.2"
},
"scripts": {
"start": "gulp serve",
"test": "gulp test",
"package": "gulp package",
"lint": "tslint ./packages/**/*.ts"
},
"repository": {
"type": "git",
"url": "git://github.com/pnp/pnpjs"
},
"author": {
"name": "Microsoft and other contributors"
},
"license": "MIT",
"keywords": [
"sharepoint",
"office365",
"tools",
"spfx",
"sharepoint framework"
],
"maintainers": [
{
"name": "patrick-rodgers",
"email": "patrick.rodgers@microsoft.com"
}
],
"bugs": {
"url": "https://github.com/pnp/pnpjs/issues"
},
"homepage": "https://github.com/pnp/pnpjs"
}