-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.04 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.04 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
58
59
60
61
62
{
"name": "@adobe/helix-importer-ui",
"description": "helix-importer-ui",
"version": "1.57.16",
"type": "module",
"scripts": {
"test": "c8 mocha",
"clean": "rm -fr ./js/dist",
"build:prod": "npm run clean && npm i && webpack --config webpack.prod.cjs",
"build:dev": "npm run clean && npm i && webpack --config webpack.dev.cjs",
"build:local": "npm run clean && webpack --config webpack.dev.cjs",
"build": "npm run build:prod",
"lint:js": "eslint .",
"lint:css": "stylelint './css/**/*.css'",
"lint": "npm run lint:js && npm run lint:css",
"semantic-release": "semantic-release"
},
"dependencies": {
"@adobe/helix-html-pipeline": "6.27.2",
"@adobe/helix-importer": "3.4.116",
"@adobe/helix-importer-jcr-packaging": "2.0.12",
"@spectrum-web-components/bundle": "1.7.0",
"@spectrum-web-components/icons-workflow": "1.7.0",
"buffer": "6.0.3",
"hast-util-to-html": "9.0.5",
"jszip": "3.10.1",
"parcel": "2.15.4",
"path-browserify": "1.0.1",
"unified": "11.0.5",
"ws": "8.18.3"
},
"devDependencies": {
"@adobe/eslint-config-helix": "3.0.11",
"@babel/core": "7.28.0",
"@babel/eslint-parser": "7.28.0",
"@eslint/config-helpers": "0.3.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "10.0.1",
"c8": "10.1.3",
"chai": "5.2.1",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "13.0.0",
"eslint": "9.4.0",
"eslint-import-resolver-exports": "1.0.0-beta.5",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.32.0",
"globals": "^16.3.0",
"html-webpack-plugin": "5.6.3",
"mini-css-extract-plugin": "2.9.2",
"mocha": "11.7.1",
"node-polyfill-webpack-plugin": "4.1.0",
"semantic-release": "24.2.7",
"semantic-release-discord-bot": "^1.1.0",
"stylelint": "16.23.0",
"stylelint-config-standard": "38.0.0",
"webpack": "5.101.0",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.2",
"webpack-merge": "6.0.1"
}
}