-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 902 Bytes
/
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
{
"name": "server-hosting-reviews-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sitemap": "next-sitemap --config next-sitemap.js"
},
"dependencies": {
"@mantine/core": "^4.2.12",
"@mantine/form": "^4.2.8",
"@mantine/hooks": "^4.2.10",
"@prisma/client": "^3.15.1",
"@types/node": "^17.0.40",
"@types/react": "^18.0.12",
"axios": "^0.27.2",
"cookie": "^0.5.0",
"html-react-parser": "^1.4.14",
"jsonwebtoken": "^8.5.1",
"next": "12.1.6",
"next-translate": "^1.6.0",
"prisma": "^3.15.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"tabler-icons-react": "^1.48.1",
"typescript": "^4.7.3"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"next-sitemap": "^3.1.23"
}
}