-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.6 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
{
"name": "spfx-banner",
"version": "1.0.1",
"private": true,
"engines": {
"node": "^14.21.2"
},
"main": "lib/index.js",
"author": "chrobaktruhlik",
"repository": "https://github.com/chrobaktruhlik/spfx-banner.git",
"license": "MIT",
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"dist": "npm -s run clean && npm -s run bundle-ship && npm -s run package-solution-ship",
"bundle-ship": "gulp bundle --ship",
"package-solution-ship": "gulp package-solution --ship",
"postversion": "gulp version-sync",
"serve": "gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve"
},
"dependencies": {
"@microsoft/sp-core-library": "1.14.0",
"@microsoft/sp-image-helper": "^1.16.1",
"@microsoft/sp-lodash-subset": "1.14.0",
"@microsoft/sp-office-ui-fabric-core": "1.14.0",
"@microsoft/sp-property-pane": "1.14.0",
"@microsoft/sp-webpart-base": "1.14.0",
"@pnp/spfx-controls-react": "^3.12.0",
"@pnp/spfx-property-controls": "^3.12.0",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.14.0",
"@microsoft/sp-tslint-rules": "1.14.0",
"@microsoft/sp-module-interfaces": "1.14.0",
"@microsoft/rush-stack-compiler-3.9": "^0.5.0",
"gulp": "~4.0.2",
"ajv": "~5.2.2",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"@types/webpack-env": "^1.16.2",
"spfx-fast-serve-helpers": "~1.14.0"
}
}