-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 873 Bytes
/
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
{
"name": "meryllplayground",
"version": "0.0.1",
"private": true,
"dependencies": {
"@adobe/aio-sdk": "^3.0.0",
"node-fetch": "^2.6.0",
"core-js": "^3.6.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-error-boundary": "^1.2.5",
"regenerator-runtime": "^0.13.5",
"@adobe/exc-app": "^0.2.21",
"@adobe/react-spectrum": "^3.4.0",
"@spectrum-icons/workflow": "^3.2.0"
},
"devDependencies": {
"jest": "^26.6.3",
"@openwhisk/wskdebug": "^1.3.0",
"@babel/core": "^7.8.7",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/plugin-transform-react-jsx": "^7.8.3"
},
"scripts": {
"test": "jest --passWithNoTests ./test",
"e2e": "jest --collectCoverage=false --testRegex ./e2e"
},
"engines": {
"node": "^10 || ^12 || ^14"
}
}