This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
50
51
52
53
54
55
56
57
58
59
{
"name": "@voitanos/jest-preset-spfx-react15",
"description": "Jest preset configuration for SharePoint Framework projects that leverage React v15 (SPFx <=1.6.0).",
"version": "1.3.2",
"license": "MIT",
"dependencies": {
"@types/enzyme-adapter-react-15": "1.0.3",
"@types/enzyme-to-json": "1.5.2",
"@types/enzyme": "3.1.8",
"@types/jest": "23.3.10",
"@types/react-test-renderer": "15.5.7",
"enzyme": "3.4.1",
"enzyme-adapter-react-15": "1.0.6",
"enzyme-to-json": "3.3.4",
"identity-obj-proxy": "^3.0.0",
"raf": "3.4.0",
"react-test-renderer": "15.6.2",
"ts-jest": "23.1.4"
},
"devDependencies": {
"@types/node": "^10.12.12",
"typescript": "2.4.2"
},
"peerDependencies": {
"jest": "23.6.0"
},
"scripts": {
"build": "tsc -p ./",
"postinstall": "node postinstall/index.js"
},
"keywords": [
"enzyme",
"jest",
"office 365",
"office365",
"react",
"sharepoint framework",
"sharepoint",
"spfx",
"test",
"tools"
],
"homepage": "https://github.com/Voitanos/jest-preset-spfx-react15",
"bugs": {
"url": "https://github.com/Voitanos/jest-preset-spfx-react15/issues"
},
"issues": "https://github.com/Voitanos/jest-preset-spfx-react15/issues",
"repository": {
"type": "git",
"url": "https://github.com/Voitanos/jest-preset-spfx-react15"
},
"author": "Andrew Connell <[email protected]>",
"maintainers": [
{
"name": "andrewconnell",
"email": "[email protected]"
}
]
}