-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.44 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
{
"name": "forrodrot",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"setupdb": "npx prisma migrate deploy",
"studio": "npx prisma studio",
"adduser": "node src/commands/add_user.js"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.8.0",
"@mantine/dates": "^5.8.0",
"@mantine/form": "^5.8.0",
"@mantine/hooks": "^5.8.0",
"@mantine/next": "^5.8.0",
"@mantine/notifications": "^5.8.0",
"@mantine/rte": "^5.8.0",
"@prisma/client": "^4.5.0",
"@tabler/icons": "^1.112.0",
"@types/nodemailer": "^6.4.6",
"@types/react-leaflet": "^2.8.2",
"dayjs": "^1.11.5",
"leaflet": "^1.9.2",
"leaflet-gesture-handling": "^1.2.2",
"moment": "^2.29.4",
"next": "12.3.1",
"next-auth": "^4.13.0",
"public-google-sheets": "^1.0.13",
"public-google-sheets-parser": "^1.2.6",
"react": "18.2.0",
"react-countup": "^6.3.2",
"react-dom": "18.2.0",
"react-leaflet": "^4.1.0",
"react-query": "^3.39.2",
"sharp": "^0.31.1",
"slugify": "^1.6.5",
"tabler-icons-react": "^1.55.0",
"typescript": "^4.8.4"
},
"devDependencies": {
"@types/node": "^18.8.4",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"prisma": "^4.5.0",
"ts-node": "^10.9.1"
}
}