-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "chromium-checker-site",
"version": "2.0.0",
"description": "Chromium Checker https://chromiumchecker.com",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack --mode=development",
"watch": "webpack --mode=development --watch",
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/wavebox/chromium-checker-site"
},
"author": "Thomas Beverley <tom@wavebox.io>",
"license": "MPL-2.0",
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.1",
"standard": "^17.1.2",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"escape-html": "^1.0.3",
"github-fork-ribbon-css": "^0.2.3",
"timeago.js": "^4.0.2",
"ua-parser-js": "^1.0.39"
}
}