-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
49 lines (49 loc) · 1.57 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
{
"name": "mozilla-ssl-config-generator",
"version": "5.7.1",
"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",
"start": "npm run watch"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/ssl-config-generator.git"
},
"bugs": {
"url": "https://github.com/mozilla/ssl-config-generator/issues"
},
"homepage": "https://ssl-config.mozilla.org",
"dependencies": {
"bootstrap.native": "^5.1.1",
"clipboard": "^2.0.11",
"semver": "^7.6.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"browser-sync": "^3.0.3",
"browser-sync-v3-webpack-plugin": "^0.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"ejs-easy-loader": "^0.1.4",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"mini-css-extract-plugin": "^2.9.2",
"path-browserify": "^1.0.1",
"postcss-loader": "^8.1.1",
"regenerator-runtime": "^0.14.1",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4"
}
}