-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.42 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
50
51
{
"name": "beacons-link-checker",
"version": "0.1.0",
"description": "A link checker for Beacons account pages",
"author": "https://github.com/Jamesllllllllll",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@auth/sequelize-adapter": "^1.0.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@playwright/test": "^1.37.1",
"@sendgrid/mail": "^7.7.0",
"@sparticuz/chromium-min": "^116.0.0",
"autoprefixer": "10.4.15",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.2",
"next": "13.4.19",
"next-auth": "^4.23.1",
"playwright-aws-lambda": "^0.10.0",
"playwright-core": "^1.37.1",
"postcss": "8.4.28",
"postgres": "^3.3.5",
"puppeteer": "^21.1.1",
"puppeteer-core": "^21.1.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-extra-plugin-user-preferences": "^2.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-transition-group": "^4.4.5",
"sequelize": "^6.32.1",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"eslint-config-prettier": "^9.0.0",
"jest": "^29.6.4",
"nodemailer": "^6.9.5",
"prettier": "3.0.3"
}
}