amanpay / web /package.json
MHamdan's picture
CI deploy 2550795
ef983af verified
Raw
History Blame Contribute Delete
1.3 kB
{
"name": "amanpay-web",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --max-warnings 0",
"typecheck": "tsc -b --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"e2e": "playwright test",
"e2e:bio": "playwright test --config playwright.bio.config.ts",
"e2e:ux": "playwright test --config playwright.ux.config.ts",
"e2e:d2": "playwright test --config playwright.d2.config.ts",
"e2e:d3": "playwright test --config playwright.d3.config.ts"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^6.0.3",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"jsdom": "^24.1.1",
"typescript": "^5.5.4",
"vite": "^8.1.4",
"vitest": "^4.1.10",
"@playwright/test": "^1.47.0"
}
}