forked from adobe/aemscreens-offlineresources-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 890 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
{
"name": "@aem-screens/screens-offlineresources-generator",
"version": "0.0.1",
"description": "Screens module to generate offline resources for Screens channels created through Franklin",
"main": "src/index.js",
"type": "module",
"license": "Apache-2.0",
"scripts": {
"lint:js": "eslint .",
"lint": "npm run lint:js"
},
"dependencies": {
"@adobe/helix-shared-git": "3.0.0",
"isomorphic-git": "1.21.0",
"fs-extra": "11.1.0",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/eslint-parser": "7.19.1",
"eslint": "8.33.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.27.5",
"stylelint": "14.16.1",
"stylelint-config-prettier": "9.0.4",
"stylelint-config-standard": "29.0.0"
}
}