-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
105 lines (105 loc) · 3.41 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "next-contrails",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"elog:sync": "elog clean && elog sync -e .env.local",
"sync:clean": "elog clean",
"sync-s": "elog sync --force -e .env.local -c elog.config.shorturl.js -a elog.cache.json",
"sync-s-c": "elog clean && elog sync --force -e .env.local -c elog.config.shorturl.js -a elog.cache.json",
"clean-s": "elog clean &&elog clean -e .env.local -c elog.config.shorturl.js -a elog.cache.json"
},
"dependencies": {
"@elog/cli": "^0.14.0",
"@elog/plugin-img-r2": "^0.1.1",
"@fancyapps/ui": "^5.0.36",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"artalk": "^2.8.7",
"aws-sdk": "^2.1621.0",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"contentlayer2": "0.4.6",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.0.4",
"esbuild": "^0.21.1",
"flexsearch": "^0.7.43",
"github-slugger": "^2.0.0",
"hast-util-from-html-isomorphic": "^2.0.0",
"lucide-react": "^0.378.0",
"mdx": "^0.3.1",
"mime-types": "^2.1.35",
"next": "14.2.8",
"next-contentlayer2": "0.4.6",
"next-oss-webpack-plugin": "^1.0.0",
"next-themes": "^0.3.0",
"pliny": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"recursive-readdir": "^2.2.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.0.0",
"rehype-katex": "^7.0.0",
"rehype-preset-minify": "^7.0.0",
"rehype-prism-plus": "^2.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-animated": "^1.1.2",
"tailwindcss-debug-screens": "^2.2.1",
"tocbot": "^4.29.0",
"typescript-eslint": "^7.10.0",
"vaul": "^0.9.1",
"xmlbuilder2": "^3.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.12",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss": "^8.4.38",
"postcss-prune-var": "^1.1.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"tailwindcss-variable-colors": "^0.0.2",
"typescript": "^5.4.5"
}
}