-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "@adobe/aem-cf-admin-ui-ext-tpl",
"version": "2.1.0",
"main": "src/index.js",
"description": "Extensibility template for AEM Content Fragment Admin Console",
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"ecosystem:aio-app-builder-templates"
],
"author": "Adobe Inc.",
"license": "Apache-2.0",
"dependencies": {
"@adobe/generator-app-common-lib": "^0.3.3",
"chalk": "^4.0.0",
"fs-extra": "^10.1.0",
"slugify": "^1.6.5",
"yeoman-environment": "^3",
"yeoman-generator": "^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",
"@types/jest": "^28.1.8",
"jest": "^27",
"stdout-stderr": "^0.1.13",
"yeoman-test": "^6.3.0",
"eol": "^0.9.1",
"eslint": "^7.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"js-yaml": "^4.1.0",
"yeoman-assert": "^3.1.1",
"yeoman-environment": "^3.2.0",
"lodash.clonedeep": "^4.5.0"
},
"peerDependencies": {
"@adobe/aio-cli-plugin-app-templates": "^1.0.0"
},
"scripts": {
"test": "jest ./test"
}
}