-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.65 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
115
116
117
118
{
"name": "r4ai-dev",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check && tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format:check": "prettier --ignore-path .gitignore --check './**/*.{js,cjs,mjs,ts,jsx,tsx,astro,json,html,md}'",
"format": "prettier --ignore-path .gitignore --write './**/*.{js,cjs,mjs,ts,jsx,tsx,astro,json,html,md}'",
"astro": "astro",
"prepare": "husky"
},
"dependencies": {
"@astrojs/mdx": "^2.0.0",
"@astrojs/react": "^3.0.7",
"@astrojs/svelte": "^5.0.0",
"@astrojs/tailwind": "^5.0.3",
"@extractus/oembed-extractor": "^4.0.3",
"@floating-ui/react": "^0.26.12",
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.3.4",
"@iconify/iconify": "^3.1.1",
"@iconify/json": "^2.2.203",
"@pagefind/default-ui": "^1.1.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-three/drei": "^9.105.4",
"@react-three/fiber": "^8.16.2",
"@stackblitz/sdk": "^1.9.0",
"astro": "^4.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"katex": "^0.16.10",
"mermaid": "^10.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-hotkeys-hook": "^4.5.0",
"react-tweet": "^3.2.1",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"scule": "^1.3.0",
"shiki": "^1.3.0",
"svelte": "^4.2.15",
"three": "^0.165.0",
"typescript-eslint": "^7.7.1",
"viewerjs": "^1.11.6",
"zod": "^3.23.3"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@iconify/tailwind": "^1.0.0",
"@r4ai/remark-callout": "^0.4.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.12",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/three": "^0.165.0",
"budoux": "^0.6.2",
"eslint": "^9.1.1",
"eslint-config-flat-gitignore": "^0.1.5",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-astro": "^1.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.0.0",
"hast-util-from-html": "^2.0.1",
"hast-util-select": "^6.0.2",
"hast-util-to-text": "^4.0.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lucide-react": "^0.395.0",
"node-html-parser": "^6.1.13",
"npm-to-yarn": "^2.2.1",
"pagefind": "^1.1.0",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"rehype": "^13.0.1",
"rehype-custom-code": "^0.5.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-meta-string": "^0.2.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"sass": "^1.75.0",
"satori": "^0.10.13",
"sharp": "^0.33.3",
"sirv": "^2.0.4",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"vite": "^5.2.10"
},
"packageManager": "pnpm@9.4.0"
}