mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "@metabuilder/config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"generate:package": "npx ts-node scripts/generate-package.ts",
|
|
"extract:preview": "cd frontends/nextjs && npm run extract:preview",
|
|
"extract:quick": "cd frontends/nextjs && npm run extract:quick",
|
|
"extract:auto": "cd frontends/nextjs && npm run extract:auto",
|
|
"extract:all": "cd frontends/nextjs && npm run extract:all",
|
|
"extract:help": "cd frontends/nextjs && npm run extract:help",
|
|
"db:generate": "echo 'DBAL handles schema generation — see dbal/shared/api/schema/entities/'",
|
|
"db:migrate": "echo 'DBAL handles migrations — see dbal/production/'"
|
|
},
|
|
"devDependencies": {
|
|
"yaml": "^2.8.2",
|
|
"eslint": "^10.0.1",
|
|
"eslint-config-next": "^16.1.6",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"@chromatic-com/playwright": "^0.12.8",
|
|
"checkly": "^7.1.0",
|
|
"npm-run-all2": "8.0.4",
|
|
"@sentry/nextjs": "^10.39.0",
|
|
"@spotlightjs/spotlight": "^4.10.0"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^12.6.2",
|
|
"clsx": "^2.1.1",
|
|
"jszip": "^3.10.1"
|
|
}
|
|
}
|