-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.89 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.89 KB
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
56
57
{
"name": "@adobe/aem-lib",
"version": "3.0.1",
"description": "AEM Library",
"type": "module",
"scripts": {
"build": "rollup --config --environment NODE_ENV:development && npm run format",
"prepack": "npm run build",
"format": "prettier --write --print-width 99 --single-quote dist/*.js && eslint --fix dist/*.js",
"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.29.0",
"@babel/eslint-parser": "7.28.6",
"@esm-bundle/chai": "4.3.4-fix.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-replace": "6.0.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "^13.1.3",
"@web/test-runner": "0.20.2",
"@web/test-runner-commands": "0.9.0",
"@web/test-runner-mocha": "0.9.0",
"chai": "6.2.2",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-html": "8.1.4",
"eslint-plugin-import": "2.32.0",
"prettier-eslint": "16.4.2",
"prettier-eslint-cli": "8.0.1",
"rollup": "4.57.1",
"rollup-plugin-cleanup": "3.2.1",
"semantic-release": "25.0.3",
"sinon": "21.0.1",
"stylelint": "17.3.0",
"stylelint-config-standard": "40.0.0"
},
"dependencies": {
"@adobe/helix-rum-js": "2.14.2"
}
}