-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.96 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
{
"name": "@ziyo/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "nx run-many -t serve"
},
"private": true,
"dependencies": {
"@hono/node-server": "^1.3.3",
"@hono/zod-validator": "^0.1.11",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@resvg/resvg-js": "^2.6.0",
"@scriptin/is-han": "^1.0.1",
"@swc/helpers": "~0.5.2",
"@tanstack/react-query": "^5.15.0",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"hono": "^3.11.9",
"jotai": "^2.6.0",
"lucide-react": "^0.300.0",
"next": "13.5.5",
"next-seo": "^6.4.0",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"satori": "^0.10.11",
"satori-html": "^0.3.2",
"sql-template-strings": "^2.2.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.6",
"styled-components": "5.3.6",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.6.2",
"typesense": "^1.7.2",
"vaul": "^0.8.9",
"wanakana": "^5.3.1",
"zod": "^3.22.4",
"zod_utilz": "^0.7.3"
},
"devDependencies": {
"@nx-tools/nx-container": "^5.1.0",
"@nx/esbuild": "17.2.6",
"@nx/eslint": "17.2.6",
"@nx/eslint-plugin": "17.2.6",
"@nx/jest": "17.2.6",
"@nx/js": "17.2.6",
"@nx/next": "17.2.6",
"@nx/node": "17.2.6",
"@nx/react": "17.2.6",
"@nx/workspace": "17.2.6",
"@swc-node/register": "~1.6.8",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/plugin-styled-components": "^1.5.105",
"@tanstack/eslint-plugin-query": "^5.14.6",
"@testing-library/react": "14.1.2",
"@types/jest": "^29.5.11",
"@types/kyujitai": "^1.3.3",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/react-is": "18.2.4",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"autoprefixer": "10.4.16",
"babel-jest": "^29.7.0",
"babel-plugin-styled-components": "1.10.7",
"esbuild": "^0.19.2",
"eslint": "~8.56.0",
"eslint-config-next": "13.5.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.4.1",
"nx": "17.2.6",
"nx-ignore": "^17.2.2",
"postcss": "8.4.32",
"prettier": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "3.4.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.3.3"
}
}