forked from adobe/aem-uix-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.1 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
{
"name": "cf-editor-form-field-dropdown-sample",
"version": "0.0.1",
"private": true,
"dependencies": {
"@adobe/aem-cf-admin-ui-ext-tpl": "^1.0.0-beta.23",
"@adobe/aem-cf-editor-ui-ext-tpl": "^1.0.0-beta.11",
"@adobe/aio-sdk": "^3.0.0",
"@adobe/exc-app": "^0.2.21",
"@adobe/react-spectrum": "^3.4.0",
"@adobe/uix-guest": "^0.8.0",
"@react-spectrum/list": "^3.0.0-rc.0",
"@spectrum-icons/workflow": "^3.2.0",
"core-js": "^3.6.4",
"node-fetch": "^2.6.0",
"node-html-parser": "^5.4.2-0",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-error-boundary": "^1.2.5",
"react-router-dom": "^6.3.0",
"regenerator-runtime": "^0.13.5"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@openwhisk/wskdebug": "^1.3.0",
"jest": "^27.2.4"
},
"scripts": {
"test": "jest --passWithNoTests ./test",
"e2e": "jest --collectCoverage=false --testRegex ./e2e"
},
"description": "cf-editor-form-field-dropdown-sample"
}