maxmilton/new-tab

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "new-tab",
  "version": "0.23.0",
  "description": "⚡ A high-performance new tab page that gets you where you need to go faster.",
  "repository": "maxmilton/new-tab",
  "homepage": "https://github.com/maxmilton/new-tab",
  "author": "Max Milton <max@happyhackers.xyz>",
  "license": "MIT",
  "private": true,
  "scripts": {
    "build": "NODE_ENV=production bun build.ts",
    "dev": "NODE_ENV=development bun build.ts",
    "lint": "bun lint:fmt && bun lint:css && bun lint:js && bun lint:ts",
    "lint:css": "stylelint '**/*.{css,xcss}'",
    "lint:fmt": "biome check --diagnostic-level=warn",
    "lint:js": "eslint",
    "lint:ts": "tsc --noEmit",
    "test": "bun test",
    "test:e2e": "playwright test"
  },
  "dependencies": {
    "stage1": "0.8.0-next.13"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@ekscss/plugin-import": "0.0.15",
    "@eslint/js": "9.14.0",
    "@maxmilton/eslint-config": "0.0.7",
    "@maxmilton/stylelint-config": "0.1.2",
    "@maxmilton/test-utils": "0.0.6",
    "@playwright/test": "1.48.2",
    "@types/bun": "1.1.13",
    "@types/chrome": "0.0.280",
    "ekscss": "0.0.20",
    "eslint": "9.14.0",
    "eslint-plugin-unicorn": "56.0.0",
    "happy-dom": "15.11.0",
    "lightningcss": "1.28.1",
    "stylelint": "16.10.0",
    "stylelint-config-standard": "36.0.1",
    "terser": "5.36.0",
    "typescript": "5.6.3",
    "typescript-eslint": "8.13.0"
  }
}