mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
422435c0eb
* @vercel-flags » flags * update lockfile * fix name
28 lines
583 B
JSON
28 lines
583 B
JSON
{
|
|
"name": "next-14",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --port 4014",
|
|
"lint": "next lint",
|
|
"start": "next start --port 4014",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"flags": "workspace:*",
|
|
"next": "14.2.17",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.48.2",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|