nightTab/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2019-08-08 11:32:34 +00:00
{
2020-01-21 07:37:20 +00:00
"name": "nightTab",
2024-07-20 09:56:30 +00:00
"version": "7.6.0",
2021-10-01 20:42:43 +00:00
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab.",
2019-08-08 11:32:34 +00:00
"main": "index.js",
"scripts": {
2021-08-14 19:00:33 +00:00
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
2024-06-23 11:43:49 +00:00
"lint": "eslint"
2019-08-08 11:32:34 +00:00
},
2021-08-29 08:31:41 +00:00
"keywords": [
"startpage",
"start-page",
"newtabpage",
"new-tab-page",
"tab",
"chrome-extension",
"extension",
"bookmarks",
"links",
"nightTab"
],
"author": "zombieFox",
2020-09-09 14:41:14 +00:00
"license": "GPL-3",
2021-08-29 08:31:41 +00:00
"bugs": {
"url": "https://github.com/zombieFox/nightTab/issues"
},
"homepage": "https://github.com/zombieFox/nightTab#readme",
2019-08-08 11:32:34 +00:00
"devDependencies": {
2024-06-23 11:43:49 +00:00
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.5.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"moment": "^2.30.1",
"sortablejs": "^1.15.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webfontloader": "^1.6.28",
2024-06-23 11:43:49 +00:00
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"zip-webpack-plugin": "^4.0.1"
}
2022-01-21 10:52:04 +00:00
}