-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.79 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
64
{
"name": "glastonbury-festival-ticketing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@next/font": "^13.3.1",
"@prisma/client": "^4.12.0",
"@stripe/stripe-js": "^1.52.1",
"@tanstack/react-query": "^4.29.3",
"@types/aws-lambda": "^8.10.114",
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "18.15.11",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1359.0",
"bcrypt": "^5.1.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.12.2",
"joi": "^17.9.1",
"jsonwebtoken": "^9.0.0",
"next": "^13.3.1",
"nodemailer": "^6.9.1",
"prettier": "^2.8.7",
"prisma": "^4.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"stripe": "^12.2.0",
"typescript": "5.0.4"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/webpack-node-externals": "^3.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"serverless-dotenv-plugin": "^6.0.0",
"serverless-webpack": "^5.11.0",
"tailwindcss": "^3.3.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"webpack": "^5.80.0",
"webpack-node-externals": "^3.0.0"
}
}