forked from jenkinsci/customizable-header-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 893 Bytes
/
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
{
"license": "MIT",
"version": "1.0.0",
"description": "Customizable Header plugin UI",
"name": "customizable-header",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build": "webpack --config webpack.config.js --mode=production",
"mvntest": "npm test",
"mvnbuild": "npm run build"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"babel-loader": "^9.1.3",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "3.0.3",
"webpack": "5.88.2",
"webpack-cli": "5.1.4"
},
"dependencies": {
"tippy.js": "6.3.7"
},
"browserslist": [
"defaults",
"not IE 11"
],
"babel": {
"presets": [
["@babel/preset-env", {"targets": {"node": "current"}}]
]
},
"packageManager": "[email protected]"
}