-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
60 lines (60 loc) · 1.96 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
56
57
58
59
60
{
"name": "@adobe/helix-importer-ui",
"description": "helix-importer-ui",
"version": "1.52.17",
"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": "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-importer": "3.4.30",
"@adobe/mdast-util-gridtables": "4.0.8",
"@adobe/remark-gridtables": "3.0.8",
"@spectrum-web-components/bundle": "0.49.0",
"@spectrum-web-components/icons-workflow": "0.49.0",
"hast-util-raw": "9.1.0",
"hast-util-to-html": "9.0.3",
"mdast-util-to-hast": "13.2.0",
"parcel": "2.13.0",
"path-browserify": "1.0.1",
"rehype-format": "5.0.1",
"remark-gfm": "4.0.0",
"remark-parse": "11.0.0",
"unified": "11.0.5"
},
"devDependencies": {
"@adobe/eslint-config-helix": "2.0.8",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"c8": "10.1.2",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"eslint": "8.57.1",
"eslint-import-resolver-exports": "1.0.0-beta.5",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.31.0",
"html-webpack-plugin": "5.6.3",
"mini-css-extract-plugin": "2.9.2",
"mocha": "10.8.2",
"node-polyfill-webpack-plugin": "4.0.0",
"semantic-release": "24.2.0",
"semantic-release-discord-bot": "^1.1.0",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-merge": "6.0.1"
}
}