-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
114 lines (114 loc) · 3.12 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
106
107
108
109
110
111
112
113
114
{
"name": "@honohub/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"commit": "czg",
"prepare": "is-ci || husky install",
"format": "biome check --write ."
},
"private": true,
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@nx/eslint": "19.5.1",
"@nx/js": "19.5.1",
"@nx/next": "19.5.1",
"@nx/react": "19.5.1",
"@nx/rollup": "19.5.1",
"@nx/vite": "19.5.1",
"@nx/web": "19.5.1",
"@rafty/plugin": "^1.1.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-highlight-words": "^0.16.7",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.19",
"czg": "^1.9.4",
"drizzle-kit": "^0.22.8",
"husky": "^9.1.5",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"nx": "19.5.1",
"postcss": "^8.4.39",
"rollup": "^4.14.0",
"swc-loader": "0.1.15",
"tailwindcss": "^3.4.10",
"tslib": "^2.7.0",
"tsx": "^4.16.0",
"typescript": "5.5.3",
"verdaccio": "^5.0.4",
"vite": "^5.3.2",
"vitest": "^1.3.1"
},
"nx": {
"includedScripts": []
},
"dependencies": {
"@algolia/autocomplete-core": "^1.17.2",
"@duck-form/fields": "^0.1.0",
"@graphiql/toolkit": "^0.9.1",
"@heroicons/react": "^2.1.4",
"@hono/node-server": "^1.12.2",
"@hono/react-renderer": "^0.2.1",
"@hono/zod-validator": "^0.2.2",
"@hookform/resolvers": "^3.9.0",
"@mdx-js/loader": "^3.0.1",
"@neondatabase/serverless": "^0.9.5",
"@next/mdx": "^14.2.4",
"@next/third-parties": "^14.2.5",
"@rafty/corp": "^1.0.6",
"@rafty/ui": "^1.7.5",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "0.5.9",
"@tanstack/react-query": "^5.50.1",
"@types/mdx": "^2.0.13",
"@uidotdev/usehooks": "^2.4.1",
"acorn": "^8.12.1",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"drizzle-graphql": "^0.8.4",
"drizzle-orm": "^0.31.2",
"drizzle-zod": "^0.5.1",
"duck-form": "^0.1.4",
"fast-glob": "^3.3.2",
"flexsearch": "^0.7.43",
"framer-motion": "^11.2.11",
"fuse.js": "^7.0.0",
"graphiql": "^3.3.2",
"graphql": "^16.9.0",
"hono": "^4.5.11",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"next": "14.2.9",
"next-themes": "^0.3.0",
"nuqs": "^2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-pdf": "^9.1.0",
"react-router-dom": "^6.24.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-mdx": "^3.0.1",
"shiki": "^1.4.0",
"simple-functional-loader": "^1.2.1",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"url-join": "^5.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
}
}