-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.97 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.97 KB
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
{
"name": "yshare",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test",
"local": "gulp serve",
"dev": "set NODE_NO_HTTP2=1 && set NODE_ENV=production && gulp serve --nobrowser",
"p-prdo": "gulp bundle --ship && gulp package-solution --ship"
},
"dependencies": {
"@microsoft/gulp-core-build": "^3.12.3",
"@microsoft/gulp-core-build-serve": "^3.5.12",
"@microsoft/sp-core-library": "1.10.0",
"@microsoft/sp-lodash-subset": "1.10.0",
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
"@microsoft/sp-property-pane": "1.10.0",
"@microsoft/sp-webpart-base": "1.10.0",
"@pnp/common": "^1.3.6",
"@pnp/logging": "^1.3.6",
"@pnp/odata": "^1.3.6",
"@pnp/sp": "^1.3.6",
"@types/es6-promise": "0.0.33",
"@types/greensock": "^1.15.32",
"@types/gsap": "^1.20.2",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@types/swiper": "^5.2.0",
"@types/uuid": "^3.4.6",
"@types/webpack-env": "1.13.1",
"@uifabric/react-hooks": "^7.0.1",
"default-passive-events": "^1.0.10",
"gsap": "^3.1.1",
"moment": "^2.24.0",
"office-ui-fabric-react": "6.189.2",
"react": "16.8.5",
"react-dom": "16.8.5",
"react-gsap": "^1.2.0",
"react-id-swiper": "^2.4.0",
"react-slider": "^1.0.1",
"react-uuid": "^1.0.2",
"swiper": "^5.2.0",
"uuid": "^3.3.3"
},
"resolutions": {
"@types/react": "16.8.8"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.10.0",
"@microsoft/sp-tslint-rules": "1.10.0",
"@microsoft/sp-module-interfaces": "1.10.0",
"@microsoft/sp-webpart-workbench": "1.10.0",
"@microsoft/rush-stack-compiler-2.9": "0.7.16",
"@microsoft/rush-stack-compiler-3.2": "^0.4.6",
"gulp": "~3.9.1",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"ajv": "~5.2.2",
"@microsoft/rush-stack-compiler-3.3": "0.3.5"
}
}