supplier_central_frontend/package.json

41 lines
1 KiB
JSON
Raw Normal View History

{
"name": "sellercentral",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"test": "vitest run",
2026-08-09 05:58:41 +00:00
"preview": "vite preview",
"cypress:run": "cypress run --headed",
2026-08-14 09:55:47 +00:00
"cypress:open": "cypress open",
"test:playwright": "playwright test --project=chromium"
},
"dependencies": {
"bulma": "^1.0.4",
"react": "^19.2.8",
2026-08-21 05:13:19 +00:00
"react-dom": "^19.2.8",
"recharts": "^3.10.1"
},
"devDependencies": {
2026-08-14 09:55:47 +00:00
"@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",
2026-08-09 05:58:41 +00:00
"cypress": "^15.20.0",
"jsdom": "^30.0.1",
"oxlint": "^1.75.0",
"typescript": "~6.0.2",
"vite": "^8.2.0",
"vitest": "^4.1.10"
}
}