forked from mozilla/ssl-config-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.79 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "mozilla-ssl-config-generator",
"version": "1.0.0",
"description": "Mozilla SSL Configuration Generator",
"license": "MPL-2.0",
"scripts": {
"analyze": "NODE_ENV=analyze webpack --config=config/webpack.config.js --progress",
"build": "NODE_ENV=production webpack --config=config/webpack.config.js --progress",
"watch": "NODE_ENV=development webpack --config=config/webpack.config.js --watch --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/server-side-tls"
},
"bugs": {
"url": "https://github.com/mozilla/server-side-tls/issues"
},
"homepage": "https://github.com/mozilla/server-side-tls",
"dependencies": {
"bootstrap": "^4.6.2",
"clipboard": "^2.0.11",
"handlebars": "^4.7.8",
"highlight.js": "^10.7.3",
"jquery": "^3.7.1",
"minimist": "^1.2.8",
"popper.js": "^1.16.1",
"semver": "^6.3.1"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.23.6",
"babel-loader": "^8.3.0",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^6.8.1",
"ejs-easy-loader": "^0.1.4",
"extract-loader": "^4.0.3",
"handlebars-loader": "^1.7.3",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.6.0",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"mini-css-extract-plugin": "^1.6.2",
"sass": "^1.69.5",
"path-browserify": "^1.0.1",
"postcss-loader": "^4.3.0",
"precss": "^4.0.0",
"regenerator-runtime": "^0.13.11",
"sass-loader": "^13.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^4.10.0"
}
}