nightTab/package.json
2021-12-05 23:24:44 +00:00

60 lines
1.7 KiB
JSON

{
"name": "nightTab",
"version": "7.4.0",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab.",
"main": "index.js",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint": "eslint --fix --ext .js,.ts,.test.ts .",
"prepare": "husky install",
"test": "jest tests/*"
},
"keywords": [
"startpage",
"start-page",
"newtabpage",
"new-tab-page",
"tab",
"chrome-extension",
"extension",
"bookmarks",
"links",
"nightTab"
],
"author": "zombieFox",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/zombieFox/nightTab/issues"
},
"homepage": "https://github.com/zombieFox/nightTab#readme",
"devDependencies": {
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^24.5.2",
"eslint-plugin-unused-imports": "^1.1.5",
"html-webpack-plugin": "^5.3.1",
"husky": "^7.0.2",
"jest": "^27.2.4",
"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",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"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"
}
}