-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "stamp-network",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@next/font": "^13.4.3",
"@next/mdx": "^13.4.3",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@upstash/redis": "^1.20.6",
"contentlayer": "^0.3.0",
"framer-motion": "^10.12.12",
"lucide-react": "^0.220.0",
"markdown-wasm": "^1.2.0",
"next": "13.4.3",
"next-contentlayer": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^0.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.4",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@opentelemetry/api": "^1.4.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-nesting": "^11.2.2",
"rome": "^11.0.0",
"tailwindcss": "^3.2.7",
"tailwindcss-debug-screens": "^2.2.1"
}
}