-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "gzt-web",
"version": "2.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@tanstack/react-query": "^4.13.0",
"@tanstack/react-query-devtools": "^4.13.0",
"aos": "^2.3.4",
"axios": "^1.1.3",
"cookies-next": "^2.1.1",
"daisyui": "^2.41.0",
"jwt-decode": "^3.1.2",
"next": "13.0.0",
"next-sitemap": "^3.1.32",
"nodemailer": "^6.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.0.8"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/node": "18.11.7",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}