Full cleanup pass

This commit is contained in:
adilallo
2026-05-21 23:25:56 -06:00
parent 28de8ef3bc
commit 99f535f821
149 changed files with 2623 additions and 1242 deletions
+3 -7
View File
@@ -16,17 +16,15 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 9999",
"postinstall": "npm rebuild lightningcss && prisma generate",
"storybook": "storybook dev -p 6006",
"storybook:local": "storybook dev -p 6006",
"storybook:github": "STORYBOOK_BASE_PATH=true storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:build:github": "STORYBOOK_BASE_PATH=true storybook build",
"build-storybook": "storybook build",
"knip": "knip",
"test": "vitest run --coverage",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:component": "vitest run tests/components",
"e2e": "playwright test",
"test:e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"e2e:performance": "playwright test tests/e2e/performance.spec.ts",
"lhci": "lhci autorun",
@@ -52,7 +50,6 @@
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.0.0",
"@prisma/client": "^6.19.0",
"ajv": "^8.12.0",
"critters": "^0.0.23",
"gray-matter": "^4.0.3",
"jspdf": "^2.5.2",
@@ -82,7 +79,6 @@
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"@vitejs/plugin-react": "^5.0.2",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9",
"eslint-config-next": "^16.0.0",
@@ -91,7 +87,8 @@
"jest-axe": "^10.0.0",
"jsdom": "^26.1.0",
"msw": "^2.10.5",
"playwright": "^1.54.2",
"knip": "^5.50.0",
"playwright": "^1.55.0",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prisma": "^6.19.0",
@@ -102,7 +99,6 @@
"typescript": "^5.9.2",
"typescript-eslint": "^8.53.1",
"vitest": "^3.2.4",
"wait-on": "^8.0.4",
"web-vitals": "^4.2.4",
"webpack-bundle-analyzer": "^4.10.1"
}