forked from kptdobe/helix-tracedebug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.28 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
{
"name": "helix-tracedebug",
"version": "1.1.2",
"dependencies": {
"@adobe/aio-sdk": "2.3.1",
"@adobe/exc-app": "0.2.20",
"@react-aria/interactions": "3.2.0",
"@react-spectrum/button": "3.2.0",
"@react-spectrum/dialog": "3.2.0",
"@react-spectrum/divider": "3.1.0",
"@react-spectrum/form": "3.2.0",
"@react-spectrum/illustratedmessage": "3.1.0",
"@react-spectrum/layout": "3.1.1",
"@react-spectrum/link": "3.1.0",
"@react-spectrum/progress": "3.1.0",
"@react-spectrum/provider": "3.1.1",
"@react-spectrum/table": "3.0.0-alpha.6",
"@react-spectrum/text": "3.1.0",
"@react-spectrum/textfield": "3.1.1",
"@react-spectrum/theme-default": "3.1.0",
"@react-spectrum/view": "3.1.0",
"@react-spectrum/well": "3.1.0",
"@spectrum-icons/illustrations": "3.1.0",
"core-js": "3.6.5",
"moment": "2.27.0",
"node-fetch": "2.6.0",
"react": "16.13.1",
"react-dom": "16.13",
"react-error-boundary": "1.2.5",
"regenerator-runtime": "0.13.7"
},
"devDependencies": {
"jest": "26.4.1",
"@adobe/wskdebug": "1.1.3",
"@babel/core": "7.11.4",
"@babel/polyfill": "7.10.4",
"@babel/preset-env": "7.11.0"
},
"scripts": {
"test": "jest",
"e2e": "jest --collectCoverage=false --testRegex ./e2e"
}
}