forked from mozilla/ssl-config-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.88 KB
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 --display-error-details --progress --colors",
"build": "NODE_ENV=production webpack --config=config/webpack.config.js --display-error-details --progress --colors",
"watch": "NODE_ENV=development webpack --config=config/webpack.config.js --watch --display-error-details --progress --colors"
},
"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.4.1",
"clipboard": "^2.0.4",
"handlebars": "^4.5.3",
"highlight.js": "^9.17.1",
"jquery": "^3.5.0",
"popper.js": "^1.16.0",
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^2.1.0",
"ejs-loader": "^0.3.5",
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
"handlebars-loader": "^1.7.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"regenerator-runtime": "^0.13.3",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10"
}
}