forked from adobe/helix-importer-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.51 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
{
"name": "helix-import-ui",
"version": "1.14.0",
"description": "helix-import-ui",
"scripts": {
"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": "2.0.0",
"@spectrum-web-components/bundle": "0.27.3",
"@spectrum-web-components/icons-workflow": "0.9.0",
"parcel": "2.7.0",
"path-browserify": "1.0.1"
},
"devDependencies": {
"@adobe/eslint-config-helix": "1.3.2",
"@babel/core": "7.19.1",
"@babel/eslint-parser": "7.19.1",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"eslint": "8.24.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.26.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.6.1",
"node-polyfill-webpack-plugin": "2.0.1",
"semantic-release": "19.0.5",
"stylelint": "14.12.1",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "28.0.0",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.1",
"webpack-merge": "5.8.0"
}
}