-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.95 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
{
"name": "chronark.com",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "pnpm rome check . --apply-unsafe && pnpm rome format . --write",
"codegen": "graphql-codegen"
},
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/query-core": "^5.20.2",
"@tanstack/react-query": "^5.20.2",
"@tanstack/react-query-devtools": "^5.20.2",
"@tanstack/react-query-next-experimental": "^5.20.5",
"@upstash/redis": "^1.23.3",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"contentlayer": "^0.3.4",
"framer-motion": "^10.17.6",
"lucide-react": "^0.284.0",
"markdown-wasm": "^1.2.0",
"next": "^14.0.5-canary.53",
"next-contentlayer": "^0.3.4",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-query": "^3.39.3",
"react-redux": "^9.1.0",
"react-select": "^5.8.0",
"react-slick": "^0.29.0",
"react-type-animation": "^3.2.0",
"react-wrap-balancer": "^1.1.0",
"redux-logger": "^3.0.6",
"rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.10.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "3.0.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2"
},
"devDependencies": {
"@iconify-icon/react": "^1.0.8",
"@opentelemetry/api": "1.6.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"rome": "^12.1.3",
"tailwindcss": "^3.3.3",
"tailwindcss-debug-screens": "^2.2.1"
}
}