-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "hexagonTab",
"version": "4.2.0",
"description": "Hexagon bookmarks accented with a chosen colour. Customise the layout, style, background and bookmarks with hexagonTab.",
"main": "index.js",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint": "eslint --fix --ext .js ."
},
"keywords": [
"startpage",
"start-page",
"newtabpage",
"new-tab-page",
"tab",
"chrome-extension",
"extension",
"bookmarks",
"links",
"hexagonTab"
],
"author": "zombieFox",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/zombieFox/hexagonTab/issues"
},
"homepage": "https://github.com/zombieFox/hexagonTab#readme",
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^8.11.0",
"eslint-plugin-unused-imports": "^2.0.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^2.2.0",
"moment": "^2.29.1",
"sortablejs": "^1.13.0",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.1.4",
"webfontloader": "^1.6.28",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.2.1",
"webpack-merge": "^5.8.0",
"zip-webpack-plugin": "^4.0.1"
}
}