-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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": "formik-example",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"@microsoft/sp-core-library": "1.9.0",
"@microsoft/sp-lodash-subset": "1.9.0",
"@microsoft/sp-office-ui-fabric-core": "1.9.0",
"@microsoft/sp-property-pane": "1.9.0",
"@microsoft/sp-webpart-base": "1.9.0",
"@types/es6-promise": "0.0.33",
"@types/styled-components": "^4.1.18",
"@types/webpack-env": "1.13.1",
"formik": "^1.5.8",
"formik-office-ui-fabric-react": "^1.0.0",
"moment": "^2.24.0",
"office-ui-fabric-react": "6.143.0",
"react": "16.8.5",
"react-dom": "16.8.5",
"styled-components": "^4.3.2",
"yup": "^0.27.0"
},
"resolutions": {
"@types/react": "16.7.22"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.3": "^0.2.26",
"@microsoft/sp-build-web": "1.9.0",
"@microsoft/sp-module-interfaces": "1.9.0",
"@microsoft/sp-tslint-rules": "1.9.0",
"@microsoft/sp-webpart-workbench": "1.9.0",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.3",
"@types/yup": "^0.26.22",
"ajv": "~5.2.2",
"gulp": "~3.9.1",
"typescript": "^3.5.3"
}
}