-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"private": true,
"name": "read-receipt",
"version": "0.0.0",
"author": {
"name": "Toby Smith",
"email": "contact@tobythe.dev",
"url": "https://tobysmith.uk"
},
"license": "UNLICENSED",
"prettier": "@tobysmith568/prettier-config",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"e2e": "cypress open"
},
"dependencies": {
"axios": "^1.6.1",
"dayjs": "^1.10.8",
"jest-serializer-html": "^7.1.0",
"jotai": "^2.0.0",
"next": "14.2.24",
"nodemailer": "^6.9.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"request-ip": "^3.0.0",
"ua-parser-js": "^1.0.33"
},
"devDependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@license-cop/permissive": "^1.7.1",
"@testing-library/cypress": "^10.0.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"@tobysmith568/prettier-config": "^2.0.0",
"@types/jest": "^29.0.0",
"@types/jest-when": "^3.5.0",
"@types/node": "18.19.75",
"@types/nodemailer": "^6.4.4",
"@types/react": "18.3.18",
"@types/react-dom": "^18.0.0",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.36",
"cspell": "^8.0.0",
"cypress": "^13.14.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.24",
"generate-license-file": "^3.0.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"jest-when": "^3.5.1",
"license-cop": "^1.7.1",
"mockdate": "^3.0.5",
"smtp-tester": "^2.0.0",
"typescript": "^5.0.0"
}
}