generated from adobe-rnd/aem-boilerplate-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.49 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
{
"name": "@adobe-rnd/aem-boilerplate-forms",
"version": "1.3.0",
"description": "Starter project for AEM Forms for Edge Delivery",
"scripts": {
"lint:js": "eslint .",
"lint:css": "stylelint blocks/**/*.css styles/*.css",
"lint": "npm run lint:js && npm run lint:css",
"build:json": "npm-run-all -p build:json:models build:json:definitions build:json:filters",
"build:json:models": "merge-json-cli -i 'models/_component-models.json' -o 'component-models.json'",
"build:json:definitions": "merge-json-cli -i 'models/_component-definition.json' -o 'component-definition.json'",
"build:json:filters": "merge-json-cli -i 'models/_component-filters.json' -o 'component-filters.json'",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe-rnd/aem-boilerplate-forms.git"
},
"author": "Adobe",
"license": "Adobe Proprietary",
"bugs": {
"url": "https://github.com/adobe-rnd/aem-boilerplate-forms/issues"
},
"homepage": "https://github.com/adobe-rnd/aem-boilerplate-forms#readme",
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/eslint-parser": "7.23.10",
"chai": "5.1.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0",
"npm-run-all": "4.1.5",
"merge-json-cli": "1.0.3",
"husky": "9.1.1"
}
}