-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.17 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
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "r4ai-dev",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"type-check": "astro check",
"lint": "eslint .",
"lint:write": "eslint --fix .",
"format": "prettier --ignore-path .gitignore --check './**/*.{js,cjs,mjs,ts,jsx,tsx,astro,json,html,md}'",
"format:write": "prettier --ignore-path .gitignore --write './**/*.{js,cjs,mjs,ts,jsx,tsx,astro,json,html,md}'",
"check": "pnpm run lint && pnpm run format",
"check:write": "pnpm run lint:write && pnpm run format:write",
"astro": "astro",
"prepare": "husky",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build"
},
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/solid-js": "^5.0.0",
"@astrojs/tailwind": "^5.1.3",
"@corvu/drawer": "^0.2.2",
"@formkit/tempo": "^0.1.2",
"@kobalte/core": "^0.13.7",
"@kobalte/utils": "^0.9.1",
"@modular-forms/solid": "0.25.0",
"astro": "^5.0.9",
"clsx": "^2.1.1",
"katex": "^0.16.18",
"mermaid": "^11.4.1",
"scule": "^1.3.0",
"shiki": "^1.24.2",
"solid-js": "^1.9.3",
"solid-sonner": "^0.2.8",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"three": "^0.172.0",
"valibot": "1.0.0-beta.12"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@chromatic-com/storybook": "3.2.3",
"@eslint/js": "9.18.0",
"@iconify-json/fluent-emoji": "1.2.2",
"@iconify-json/lucide": "1.2.23",
"@iconify-json/simple-icons": "1.2.20",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.2.1",
"@r4ai/remark-callout": "0.6.2",
"@r4ai/remark-embed": "0.3.1",
"@shikijs/transformers": "1.27.2",
"@solidjs/testing-library": "0.8.10",
"@storybook/addon-a11y": "8.5.0",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-interactions": "8.5.0",
"@storybook/addon-links": "8.5.0",
"@storybook/addon-themes": "8.5.0",
"@storybook/blocks": "8.5.0",
"@storybook/docs-tools": "8.5.0",
"@storybook/manager-api": "8.5.0",
"@storybook/test": "8.5.0",
"@storybook/theming": "8.5.0",
"@tailwindcss/container-queries": "0.1.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"@types/hast": "3.0.4",
"@types/lint-staged": "13.3.0",
"@types/mdast": "4.0.4",
"@types/node": "22.10.7",
"@types/three": "0.172.0",
"@typescript-eslint/parser": "8.20.0",
"esbuild": "0.24.2",
"eslint": "9.18.0",
"eslint-config-flat-gitignore": "1.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-solid": "0.14.5",
"eslint-plugin-storybook": "0.11.2",
"fast-check": "3.23.2",
"globals": "15.14.0",
"husky": "9.1.7",
"knitwork": "1.2.0",
"lint-staged": "15.3.0",
"npm-to-yarn": "3.0.1",
"pagefind": "1.3.0",
"parse-numeric-range": "1.3.0",
"postcss-import": "16.1.0",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.9",
"rehype": "13.0.2",
"rehype-katex": "7.0.1",
"remark": "15.0.1",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.1",
"rollup-plugin-visualizer": "5.14.0",
"sass": "1.83.4",
"satori": "0.12.0",
"sharp": "0.33.5",
"sirv": "3.0.0",
"storybook": "8.5.0",
"storybook-solidjs": "1.0.0-beta.6",
"storybook-solidjs-vite": "1.0.0-beta.6",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"ts-essentials": "10.0.4",
"typescript": "5.7.3",
"typescript-eslint": "8.20.0",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"unplugin-icons": "0.22.0",
"vite": "6.0.7",
"vite-plugin-solid": "2.11.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8",
"vitest-matchmedia-mock": "2.0.0",
"zod": "3.24.1"
},
"packageManager": "[email protected]"
}