File size: 1,302 Bytes
45a105b 70332a1 adb91eb dc47d57 ef983af 45a105b 2d32f66 45a105b 2d32f66 45a105b adb91eb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | {
"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"
}
}
|