-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "@mauriora/controller-sharepoint-list",
"version": "0.2.6",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14.16.0"
},
"scripts": {
"lint": "eslint .",
"build": "eslint . && tsc --build",
"rebuild": "eslint . && tsc --build --clean && tsc --build",
"clean": "tsc --build --clean"
},
"dependencies": {
"@microsoft/sp-http": "1.14.0",
"@pnp/graph": "3.3.2",
"@pnp/logging": "^3.3.2",
"@pnp/sp": "3.3.2-v3nightly.20220601",
"class-transformer": "^0.5.1",
"mobx": "^6.6.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@mauriora/eslint-config-ts": "0.0.1",
"@mauriora/package-tools": "^0.1.2",
"@microsoft/microsoft-graph-types": "^2.20.0",
"@microsoft/sp-component-base": "1.14.0",
"@pnp/spfx-controls-react": "3.8.0",
"@types/es6-promise": "^3.3.0",
"@types/webpack-env": "1.17.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/typescript-estree": "^5.27.0",
"eslint": "^7.32.0",
"typescript": "~4.5.5"
}
}