forked from Maplerxyz/scamlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 KB
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
{
"name": "scamlogv2",
"version": "0.1.0",
"private": false,
"license": "GPL-3.0-only",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.3",
"@next/bundle-analyzer": "^12.2.2",
"@nextui-org/react": "^1.0.0-beta.9",
"@prisma/client": "^4.0.0",
"@tailwindcss/typography": "^0.5.4",
"daisyui": "^2.19.0",
"discord-api-types": "^0.36.1",
"get-pixels": "^3.3.3",
"next": "12.2.2",
"next-auth": "^4.9.0",
"next-mdx-remote": "^4.0.3",
"quantize": "^1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-infinite-scroller": "^1.2.6",
"react-query": "^3.39.1",
"react-toastify": "^9.0.5",
"sharp": "^0.30.7",
"tailwind-scrollbar": "^1.3.1",
"zod": "^3.17.10"
},
"devDependencies": {
"@types/get-pixels": "^3.3.2",
"@types/node": "^18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-infinite-scroller": "^1.2.3",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"postcss": "^8.4.14",
"prisma": "^4.0.0",
"tailwindcss": "^3.1.5",
"typescript": "^4.7.4"
},
"prisma": {
"schema": "src/prisma/schema.prisma"
}
}