mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
chore: sync React B2E (1.120.6) & B2X (1.120.6) samples with lockfiles and gitignore Add package-lock.json generation for uiBundle directories and .gitignore writing to the sync scripts so they persist across syncs. Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"name": "base-react-app",
|
|
"private": true,
|
|
"version": "1.59.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:design": "vite --mode design",
|
|
"build": "tsc -b && vite build",
|
|
"build:e2e": "npm run build && node scripts/rewrite-e2e-assets.mjs",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"graphql:codegen": "graphql-codegen",
|
|
"graphql:schema": "node scripts/get-graphql-schema.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@salesforce/sdk-data": "^1.120.6",
|
|
"@salesforce/ui-bundle": "^1.120.6",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"lucide-react": "^0.562.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.0",
|
|
"react-day-picker": "^9.14.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-router": "^7.10.1",
|
|
"shadcn": "^3.8.5",
|
|
"sonner": "^1.7.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"tw-animate-css": "^1.4.0",
|
|
"@salesforce/agentforce-conversation-client": "^1.116.9",
|
|
"recharts": "^2.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@graphql-codegen/cli": "^6.1.0",
|
|
"@graphql-codegen/typescript": "^5.0.6",
|
|
"@graphql-codegen/typescript-operations": "^5.0.6",
|
|
"@graphql-eslint/eslint-plugin": "^4.1.0",
|
|
"@graphql-tools/utils": "^11.0.0",
|
|
"@playwright/test": "^1.49.0",
|
|
"@salesforce/vite-plugin-ui-bundle": "^1.120.6",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.1.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.5",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"@vitest/ui": "^4.0.17",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"graphql": "^16.11.0",
|
|
"graphql-codegen-typescript-operation-types": "^2.0.2",
|
|
"jsdom": "^25.0.1",
|
|
"serve": "^14.2.5",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.46.4",
|
|
"vite": "^7.2.4",
|
|
"vite-plugin-graphql-codegen": "^3.6.3",
|
|
"vitest": "^4.0.17"
|
|
},
|
|
"overrides": {
|
|
"lodash": "^4.18.1"
|
|
}
|
|
}
|