Files
vercel__flags/examples/snippets/package.json
Dominik Ferber ba4eec7b23 replace eslint and prettier with biome (#187)
* remove @pyra/eslint-config

* wip

* wip

* convert shirt-shop-api

* convert shirt-shop

* convert snippets

* convert next-13

* convert next-14

* convert next-15

* eslint configs

* upgrade prettier

* use eslint v9

* run prettier

* resolve type-check

* adjust eslint

* drop Next.js v13

* fix next-14

Avoid accidentally using implicitly installed eslint v8

* update lockfile

* rm @eslint/eslintrc

* add @next/eslint-plugin-next

* biome

* biome fixes

* wip

* apply formatting

* tabs

* rm prettier

* spaces

* fix svelte

* update lockfile

* single quotes

* format all

* rm eslint-disable comments

* upgrade playwright

* upgrade publint

* upgrade playwright ci workflow

* try chromium headless

* try adding executablePath
2025-10-15 23:38:17 +03:00

40 lines
1001 B
JSON

{
"name": "snippets",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"check": "biome check",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tooltip": "1.1.4",
"@vercel/edge-config": "1.2.0",
"@vercel/toolbar": "0.1.36",
"class-variance-authority": "0.7.1",
"clsx": "2.0.0",
"flags": "workspace:*",
"nanoid": "5.0.7",
"next": "15.2.2-canary.4",
"next-themes": "0.4.4",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"tailwind-merge": "2.5.5",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"shiki": "1.24.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}