-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 861 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 861 Bytes
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
{
"name": "next-version",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.17",
"@vercel/blob": "^0.23.3",
"@vercel/postgres": "^0.8.0",
"formik": "^2.4.6",
"next": "14.1.4",
"next-international": "^1.2.4",
"react": "^18",
"react-dom": "^18",
"react-share": "^5.1.0",
"react-toastify": "^10.0.5",
"stripe": "^15.11.0",
"swiper": "^11.1.4",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"eslint": "^8",
"eslint-config-next": "14.1.4"
}
}