forked from Forge-Trade/forge-mastery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.74 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
55
56
57
58
59
60
61
62
{
"name": "forge-mastery",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "npx prisma generate && next dev",
"build": "npx prisma generate && npx prisma db push && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mux/blurhash": "^0.1.2",
"@mux/mux-node": "^6.3.0",
"@mux/mux-player-react": "^1",
"@mux/mux-uploader-react": "^1.0.0-beta.0",
"@next-auth/prisma-adapter": "^1.0.4",
"@planetscale/database": "^1.3.0",
"@prisma/client": "4.12.0",
"@sindresorhus/slugify": "^2.1.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.7",
"@tanstack/react-query": "^4.10.1",
"@types/react-linkify": "^1.0.1",
"clsx": "^1.2.1",
"daisyui": "^2.51.5",
"date-fns": "^2.28.0",
"ethers": "5.7.2",
"gray-matter": "^4.0.3",
"lodash.get": "^4.4.2",
"next": "12.3.0",
"next-auth": "^4.10.3",
"next-themes": "^0.2.1",
"nextra": "latest",
"nextra-theme-docs": "latest",
"prisma": "4.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.35.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^8.0.3",
"react-textarea-autosize": "^8.3.4",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"siwe": "^2.1.3",
"wagmi": "^0.12.7"
},
"devDependencies": {
"@types/lodash.get": "^4.4.7",
"@types/node": "18.7.16",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}