-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.66 KB
/
package.json
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
44
45
46
47
48
49
{
"name": "pmc-screenshot-dashboard",
"version": "0.1.0",
"private": true,
"config": {
"url": ""
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"qat:allBrowsers": "SSPATH=./tests/qat/screenshots/ playwright test ${npm_config_qat_root}${npm_config_qat_file} --config ./playwright.config.ts",
"qat": "npm run qat:allBrowsers -- --project chromium",
"qat:debug": "npm run qat -- --debug",
"qat:ui": "npm run qat -- --ui",
"qat:checkly": "checkly test --config=./checkly.config.ts",
"qat:checkly:preview": "checkly deploy --preview",
"qat:checkly:deploy": "checkly deploy",
"qat:checkly:screenshot-url": "checkly test -e SCREENSHOT_URL=${npm_config_url} --grep \"Catch-All: Screenshot any URL via CLI\""
},
"dependencies": {
"@aws-sdk/client-s3": "^3.623.0",
"@octokit/core": "^6.1.2",
"@slack/web-api": "^7.3.2",
"date-fns": "^3.6.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"sass": "^1.77.8"
},
"devDependencies": {
"@headlessui/react": "^2.1.2",
"@playwright/test": "^1.45.1",
"@tanstack/react-query": "^5.51.21",
"@types/react": "18.3.3",
"autoprefixer": "^10.4.20",
"aws4": "^1.13.0",
"axios": "^1.7.2",
"checkly": "^4.7.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}