-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.24 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
{
"private": true,
"name": "@cyclonedx-webpack-plugin-tests/example-webpack5-vue2",
"description": "example setup witch Vue2 in WebPack5",
"homepage": "https://github.com/CycloneDX/cyclonedx-webpack-plugin/tree/master/tests/integration/webpack5-vue2#readme",
"copyright": "Copyright OWASP Foundation",
"license": "Apache-2.0",
"author": {
"name": "Jan Kowalleck",
"email": "jan.kowalleck@gmail.com"
},
"contributors": [
{
"name": "Jan Kowalleck",
"email": "jan.kowalleck@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/CycloneDX/cyclonedx-webpack-plugin.git",
"directory": "tests/integration/webpack5-vue2"
},
"bugs": {
"url": "https://github.com/CycloneDX/cyclonedx-webpack-plugin/issues"
},
"main": "index.html",
"scripts": {
"prebuild": "node -r fs -e 'fs.rmSync(\"dist\",{recursive:true,force:true})'",
"build": "webpack build"
},
"dependencies": {
"vue": "^2.6.14"
},
"devDependencies": {
"@cyclonedx/webpack-plugin": "file:../../..",
"html-inline-script-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5",
"webpack-cli": "^5"
},
"engines": {
"node": ">=14",
"npm": ">=8"
}
}