supplier_central_frontend/package.json
vickytechkey 125b1f9d26
Some checks failed
Beta CI/CD Pipeline / build-and-test (push) Failing after 47s
Beta CI/CD Pipeline / deploy-beta (push) Has been skipped
version 2 initial commit
2026-08-21 10:43:19 +05:30

40 lines
1 KiB
JSON

{
"name": "sellercentral",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"test": "vitest run",
"preview": "vite preview",
"cypress:run": "cypress run --headed",
"cypress:open": "cypress open",
"test:playwright": "playwright test --project=chromium"
},
"dependencies": {
"bulma": "^1.0.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"recharts": "^3.10.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@tailwindcss/postcss": "^4.3.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.13.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.4",
"@vitest/ui": "^4.1.10",
"cypress": "^15.20.0",
"jsdom": "^30.0.1",
"oxlint": "^1.75.0",
"typescript": "~6.0.2",
"vite": "^8.2.0",
"vitest": "^4.1.10"
}
}