-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.67 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.67 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
{
"name": "deveric.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "pnpm rome check . --apply-suggested && pnpm rome format . --write"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@mui/x-data-grid": "^7.23.5",
"@next/font": "^13.4.7",
"@next/mdx": "^13.4.7",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@upstash/redis": "^1.21.0",
"@vercel/analytics": "^0.1.11",
"axios": "^1.7.9",
"contentlayer": "^0.3.3",
"esbuild": "0.17.0",
"framer-motion": "^10.12.17",
"lucide-react": "^0.127.0",
"markdown-wasm": "^1.2.0",
"next": "13.2.4",
"next-contentlayer": "^0.3.3",
"postcss-import": "^15.1.0",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.8.0",
"react-swipeable": "^7.0.2",
"react-wrap-balancer": "^0.4.1",
"redirects": "^1.1.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.11",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.2"
},
"devDependencies": {
"@opentelemetry/api": "^1.4.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"path-to-regexp": "1.1.0",
"postcss": "^8.4.24",
"postcss-nesting": "^11.3.0",
"rome": "^11.0.0",
"tailwindcss": "^3.3.2",
"tailwindcss-debug-screens": "^2.2.1",
"tsc": "^2.0.4",
"typescript": "5.0.2"
}
}