mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
a5bfb13c43
* wip * adapt nav * store management * ssr cart * clean up * fix stableId issue * allow image sorting * toast on ProceedToCheckoutButton * move actions, extract components * Add PPR to Cart (#85) * toast on Shop now * allow delay * loading spinner * wip * fix animations * show cart count * Extend shirt-shop demo with dynamic flag usage (#86) * better metadata * wip * move cart to api * wip * respect free shipping * add example banner * init shadcn * reorg * remove relative paths from components * do not link footer * wip * remove shadcn setup * api-server » shirt-shop-api * /api/:cartId » /api/cart/:cartId * add delayFlag desc * fix cart count * remove quantity * fine tune animation * shrink * list envs, fix Link * change flag names * set cart-id from middleware * append headers * allow cloning * add BACKEND_URL fallback
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "vercel-flags",
|
|
"version": "0.0.1",
|
|
"description": "A monorepo for the Flags SDK",
|
|
"homepage": "https://flags-sdk.dev",
|
|
"bugs": {
|
|
"url": "https://github.com/vercel/flags/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vercel/flags.git"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"attw": "turbo attw",
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint -- --max-warnings=0",
|
|
"next-13": "pnpm dev -F next-13",
|
|
"next-14": "pnpm dev -F next-14",
|
|
"next-15": "pnpm dev -F next-15",
|
|
"prepare": "husky",
|
|
"prettier-check": "prettier --check .",
|
|
"prettier-fix": "prettier --write .",
|
|
"publint": "turbo publint",
|
|
"registry": "pnpm dev -F registry",
|
|
"release": "pnpm build && changeset publish",
|
|
"shirt-shop": "pnpm dev -F shirt-shop",
|
|
"shirt-shop-api": "pnpm dev -F shirt-shop-api",
|
|
"snippets": "pnpm dev -F snippets",
|
|
"svelte": "pnpm dev -F svelte-example",
|
|
"test": "turbo test",
|
|
"test:e2e": "turbo test:e2e",
|
|
"test:integration": "turbo test:integration",
|
|
"type-check": "turbo type-check",
|
|
"version-packages": "changeset version && pnpm i --no-frozen-lockfile && git add ."
|
|
},
|
|
"lint-staged": {
|
|
"*": [
|
|
"prettier --ignore-unknown --write"
|
|
]
|
|
},
|
|
"prettier": "@vercel/style-guide/prettier",
|
|
"devDependencies": {
|
|
"@changesets/cli": "2.27.1",
|
|
"@types/node": "22.9.0",
|
|
"@vercel/style-guide": "5.2.0",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"husky": "9.0.10",
|
|
"jest": "29.7.0",
|
|
"lint-staged": "15.2.2",
|
|
"playwright": "1.48.2",
|
|
"prettier": "3.2.5",
|
|
"publint": "0.2.7",
|
|
"ts-jest": "29.1.2",
|
|
"turbo": "2.3.3",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"packageManager": "pnpm@8.7.1",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|