-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
55 lines (55 loc) · 1.77 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
51
52
53
54
55
{
"name": "@adobe/aem-lib",
"version": "2.7.4",
"description": "AEM Library",
"type": "module",
"scripts": {
"build": "rollup --config --environment NODE_ENV:development && npm run format",
"prepack": "npm run build",
"format": "prettier-eslint \"dist/*.js\" --write",
"lint:js": "eslint --ext js,html .",
"lint:css": "stylelint test/fixtures/blocks/**/*.css test/fixtures/*.css",
"lint": "npm run lint:js && npm run lint:css",
"test": "web-test-runner --node-resolve --coverage",
"test:watch": "web-test-runner --node-resolve --watch --coverage",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/aem-lib.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/aem-lib/issues"
},
"homepage": "https://github.com/adobe/aem-lib#readme",
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.26.5",
"@esm-bundle/chai": "4.3.4-fix.0",
"@rollup/plugin-node-resolve": "16.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@web/test-runner": "0.19.0",
"@web/test-runner-commands": "0.9.0",
"@web/test-runner-mocha": "0.9.0",
"chai": "5.1.2",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import": "2.31.0",
"prettier-eslint": "16.3.0",
"prettier-eslint-cli": "8.0.1",
"rollup": "4.30.1",
"rollup-plugin-cleanup": "3.2.1",
"semantic-release": "24.2.1",
"sinon": "19.0.2",
"stylelint": "16.13.1",
"stylelint-config-standard": "37.0.0"
},
"dependencies": {
"@adobe/helix-rum-js": "2.10.0"
}
}