-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.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
{
"name": "visio-online-spfx-web-part",
"version": "1.0.0",
"private": true,
"main": "lib/index.js",
"engines": {
"node": ">=16 <17"
},
"scripts": {
"build": "gulp bundle",
"ship": "gulp bundle --ship && gulp package-solution --ship",
"start": "gulp serve",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"@fluentui/react": "^8.98.8",
"@microsoft/office-js": "^1.1.82",
"@microsoft/sp-core-library": "1.15.2",
"@microsoft/sp-loader": "^1.15.2",
"@microsoft/sp-lodash-subset": "1.15.2",
"@microsoft/sp-office-ui-fabric-core": "1.15.2",
"@microsoft/sp-property-pane": "1.15.2",
"@microsoft/sp-webpart-base": "1.15.2",
"@pnp/sp": "^2.14.0",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-4.5": "^0.2.2",
"@microsoft/sp-build-web": "1.15.2",
"@microsoft/sp-module-interfaces": "1.15.2",
"@types/chai": "^4.3.3",
"@types/es6-promise": "^3.3.0",
"@types/mocha": "^9.1.1",
"@types/office-js": "^1.0.292",
"@types/react": "^16.14.33",
"@types/react-dom": "^16.9.16",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"ajv": "^6.12.6",
"eslint": "8.23.0",
"eslint-plugin-react": "^7.31.10",
"gulp": "^4.0.2",
"gulp-eslint": "6.0.0",
"typescript": "~4.5.5"
}
}