-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.2 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
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
{
"name": "working-progress",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"build": "next build",
"start": "next start",
"fmt": "pnpm rome check . --apply-unsafe && pnpm rome format . --write"
},
"dependencies": {
"@mdx-js/react": "^3.1.1",
"@upstash/redis": "^1.38.0",
"@vercel/analytics": "^2.0.1",
"@vercel/edge-config": "^1.4.3",
"esbuild": "^0.28.0",
"framer-motion": "^12.38.0",
"gray-matter": "^4.0.3",
"lucide-react": "^1.14.0",
"markdown-wasm": "^1.2.0",
"next": "^16.2.6",
"next-mdx-remote": "^6.0.0",
"pino-pretty": "^13.1.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-wrap-balancer": "^1.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "4.0.1",
"shiki": "4.0.2",
"thirdweb": "^5.119.4",
"typescript": "^6.0.3",
"viem": "^2.48.11",
"webpack": "^5.106.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@opentelemetry/api": "1.9.1",
"@openzeppelin/contracts": "^5.6.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/postcss": "4.3.0",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "24.x",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.2.6",
"postcss": "^8.5.14",
"postcss-import": "16.1.1",
"postcss-nesting": "^14.0.0",
"rome": "^12.1.3",
"tailwindcss": "^4.3.0",
"tailwindcss-debug-screens": "^3.0.1"
},
"engines": {
"node": "24.x",
"pnpm": "10.x"
},
"pnpm": {
"overrides": {
"@opentelemetry/api": "1.9.1",
"@opentelemetry/core": "1.13.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.39.1",
"@opentelemetry/resources": "1.13.0",
"@opentelemetry/sdk-trace-base": "1.13.0",
"@opentelemetry/sdk-trace-node": "1.13.0",
"@opentelemetry/semantic-conventions": "1.13.0"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"protobufjs",
"rome"
]
},
"packageManager": "pnpm@10.28.2"
}