-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.89 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
{
"name": "kypn",
"version": "0.2.0",
"private": true,
"scripts": {
"email": "email dev --dir src/emails -p 3002",
"ks:dev": "keystone dev",
"ks:build": "keystone build",
"ks:start": "keystone start",
"n:dev": "next dev -p 3000",
"n:build": "next build",
"generate": "keystone prisma generate",
"postinstall": "keystone build --no-ui --frozen",
"build": "yarn keystone build --no-ui && yarn next build",
"start": "next start"
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.2.0",
"@keystone-6/document-renderer": "^1.1.0",
"@keystone-6/fields-document": "^8.0.0",
"@prisma/client": "^4.16.2",
"@react-email/button": "0.0.13",
"@react-email/components": "^0.0.12",
"@react-email/html": "0.0.7",
"@react-email/render": "^0.0.10",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.2.0",
"add-to-calendar-button-react": "^2.4.3",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"googleapis": "^129.0.0",
"jsonwebtoken": "^9.0.2",
"leaflet": "^1.9.4",
"lightgallery": "^2.7.2",
"next": "^13.5.4",
"next-auth": "^4.23.2",
"nodemailer": "^6.9.6",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-calendar": "^4.6.1",
"react-dom": "^18.2.0",
"react-email": "1.10.0",
"react-icons": "^4.12.0",
"react-leaflet": "^4.2.1",
"react-slick": "^0.29.0",
"sass": "^1.69.5",
"slick-carousel": "^1.8.1",
"stripe": "^14.7.0"
},
"devDependencies": {
"@aws-sdk/signature-v4-multi-region": "^3.437.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/node": "^20.10.3",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"prisma": "^4.16.2",
"typescript": "~5.0.0"
}
}