-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "chrome-sp-editor",
"version": "1.0.0",
"description": "SP Editor == A Google Chrome Extension for creating and updating files (js, css) in SharePoint Online from Chrome Developer Tools",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"bundle": "node_modules/.bin/webpack && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tavikukko/Chrome-SP-Editor.git"
},
"author": "Tomi Tavela",
"license": "ISC",
"bugs": {
"url": "https://github.com/tavikukko/Chrome-SP-Editor/issues"
},
"homepage": "https://github.com/tavikukko/Chrome-SP-Editor#readme",
"devDependencies": {
"@microsoft/microsoft-graph-client": "^2.2.1",
"@pnp/adaljsclient": "^2.11.0",
"@pnp/common": "^2.11.0",
"@pnp/config-store": "^2.11.0",
"@pnp/graph": "^2.11.0",
"@pnp/logging": "^2.11.0",
"@pnp/odata": "^2.11.0",
"@pnp/pnpjs": "^2.11.0",
"@pnp/sp": "^2.11.0",
"@pnp/sp-addinhelpers": "^2.11.0",
"@pnp/sp-clientsvc": "^1.3.11",
"@pnp/sp-taxonomy": "^1.3.11",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"monaco-editor": "^0.30.1",
"msal": "^1.4.15",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {}
}