Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9762647fceb41b794ff70a75384875f985526980 (plain)
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
{
  "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.3.1",
    "clipboard": "^2.0.4",
    "handlebars": "^4.1.2",
    "highlight.js": "^9.15.8",
    "jquery": "^3.4.1",
    "popper.js": "^1.14.7",
    "semver": "^6.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "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.3",
    "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",
    "mini-css-extract-plugin": "^0.5.0",
    "node-sass": "^4.12.0",
    "postcss-loader": "^3.0.0",
    "precss": "^4.0.0",
    "regenerator-runtime": "^0.13.2",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "webpack": "^4.33.0",
    "webpack-bundle-analyzer": "^3.3.2",
    "webpack-cli": "^3.3.4"
  }
}