This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
60 lines (60 loc) · 2.23 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
58
59
60
{
"name": "mozilla-observatory-website",
"version": "1.0.0",
"description": "The front-end for the Mozilla Observatory",
"license": "MPL-2.0",
"scripts": {
"push": "git subtree push --prefix dist origin gh-pages",
"analyze": "NODE_ENV=production NODE_MODE=analyze NODE_OPTIONS=--openssl-legacy-provider webpack --config=config/webpack.config.js --display-error-details --progress --colors",
"compile": "NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack --config=config/webpack.config.js --display-error-details --progress --colors",
"watch": "NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider webpack --config=config/webpack.config.js --watch --display-error-details --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/http-observatory/http-observatory-website"
},
"bugs": {
"url": "https://github.com/mozilla/http-observatory-website/issues"
},
"homepage": "https://github.com/mozilla/http-observatory-website#readme",
"dependencies": {
"@mozmeao/dnt-helper": "^1.0.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"dayjs": "^1.8.15",
"jquery": "^3.4.1",
"octicons": "^8.5.0",
"popper.js": "^1.15.0",
"tablesaw": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"babel-polyfill": "^6.26.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^2.1.1",
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"mustache-loader": "^1.4.3",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass": "^1.65.1",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.4.1",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-subresource-integrity": "^1.3.4"
}
}