-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "https-record-generator",
"version": "1.0.0",
"description": "Automatically tries to detect and generate a fitting HTTPS record for any website.",
"repository": {
"type": "git",
"url": "git+https://github.com/EarMaster/https-record-generator.git"
},
"homepage": "http://earmaster.github.io/https-record-generator",
"author": "Nico Wiedemann <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack serve",
"build": "webpack build --mode=production",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.1",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss-loader": "^8.1.1",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-favicons": "^1.3.8"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"copy-to-clipboard": "^3.3.3",
"tldts": "^6.1.18"
},
"engines": {
"node": ">=18"
}
}