-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.58 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "vvart.xyz",
"version": "0.2.0",
"private": true,
"author": {
"name": "AIOEU",
"url": "https://twitter.com/aioe_u"
},
"scripts": {
"dev": "concurrently \"contentlayer dev\" \"next dev\"",
"build": "contentlayer build && next build",
"turbo": "next dev --turbo",
"start": "next start",
"lint": "next lint",
"preview": "next build && next start",
"dead-deps": "npx depcheck -y",
"dead-code": "npx unimported -y"
},
"dependencies": {
"@dhaiwat10/react-link-preview": "^1.15.0",
"@formkit/auto-animate": "^0.8.0",
"@radix-ui/react-accordion": "1.1.1",
"@radix-ui/react-aspect-ratio": "1.0.2",
"@radix-ui/react-separator": "1.0.2",
"@radix-ui/react-tooltip": "1.0.5",
"@t3-oss/env-nextjs": "^0.7.0",
"@uidotdev/usehooks": "^2.4.0",
"@vercel/analytics": "^1.1.0",
"@vercel/kv": "^0.2.4",
"@vercel/og": "^0.5.17",
"@zoralabs/nft-components": "^1.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"concurrently": "^8.2.1",
"contentlayer": "0.3.1",
"date-fns": "^2.30.0",
"ethers": "^6.8.0",
"framer-motion": "^10.16.4",
"href": "^0.1.1",
"lucide-react": "^0.284.0",
"mdast-util-gfm-table": "latest",
"mdast-util-to-markdown": "latest",
"next": "13.5.6",
"next-contentlayer": "0.3.1",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-link-previewer": "^1.0.8",
"react-preview-link": "^1.0.1",
"react-tweet": "^3.1.1",
"shiki": "^0.14.5",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"use-text-selection": "^1.1.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@typescript-eslint/parser": "^6.7.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.3",
"mdast-util-toc": "^7.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"pretty-quick": "^3.1.3",
"rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.10.1",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "3.0.1",
"tailwindcss": "^3.3.3",
"typescript": "4.7.4",
"unist-util-visit": "^5.0.0"
}
}