-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 858 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 858 Bytes
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
{
"name": "one-patch-security",
"version": "1.0.0",
"description": "Build tooling for the One Patch Security plugin",
"author": {
"name": "Mike Kelley, One Patch Security",
"url": "https://1patchsecurity.com/"
},
"license": "GPLv2 or later",
"scripts": {
"build": "webpack"
},
"dependencies": {
"clean-css": "^5.3.2"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.5.3",
"postcss-loader": "^8.1.1",
"sass": "^1.85.1",
"sass-loader": "^16.0.5",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}