-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.3 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
{
"name": "uexassetpicker",
"version": "0.0.1",
"private": true,
"dependencies": {
"@adobe/aem-cf-editor-ui-ext-tpl": "^2.0.0",
"@adobe/aio-sdk": "^3.0.0",
"@adobe/exc-app": "^0.2.21",
"@adobe/react-spectrum": "^3.4.0",
"@adobe/uix-guest": "^0.8.0",
"@assets/selectors": "*",
"@react-spectrum/list": "^3.0.0-rc.0",
"@spectrum-icons/workflow": "^3.2.0",
"chalk": "^4",
"core-js": "^3.6.4",
"node-fetch": "^2.6.0",
"node-html-parser": "^5.4.2-0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-error-boundary": "^1.2.5",
"react-router-dom": "^6.3.0",
"regenerator-runtime": "^0.13.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-plugin-jest": "^27.2.3",
"jest": "^27.2.4",
"@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"
},
"scripts": {
"test": "jest --passWithNoTests ./test",
"e2e": "jest --collectCoverage=false --testRegex ./e2e",
"lint": "eslint --ignore-pattern web-src --no-error-on-unmatched-pattern test src actions",
"lint:fix": "npm run lint -- --fix"
},
"description": "UE extension",
"aio-app-builder-templates": [
"@adobe/aem-cf-editor-ui-ext-tpl"
]
}