-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.97 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 3.97 KB
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
{
"name": "wings",
"private": true,
"sideEffects": false,
"type": "module",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"dev": "bun x --bun next dev",
"build": "next build",
"build:bunx": "bun x --bun next build",
"start": "bun x --bun next start",
"clean": "rm -rf .next node_modules/.cache node_modules/.vite-temp ",
"generate-icon": "bun ./scripts/generate-icon.ts",
"generate-supabase-types": "bun ./scripts/generate-supabase-types.ts",
"generate-env-types": "bun ./scripts/generate-env-types.ts",
"typecheck": "react-router typegen && tsc",
"lint": "biome lint src --diagnostic-level=error",
"lint:fix": "biome lint src --fix --diagnostic-level=error",
"format": "biome format src",
"format:fix": "biome format src --fix",
"netlify:serve": "netlify serve",
"prepare": "husky",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/language": "^6.11.0",
"@codemirror/language-data": "^6.5.1",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.8",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@floating-ui/react": "^0.27.8",
"@hookform/resolvers": "^5.2.2",
"@mdxeditor/editor": "^3.32.3",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.3.7",
"@netlify/vite-plugin-react-router": "^2.1.3",
"@react-router/fs-routes": "^7.9.6",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"@tanstack/react-query": "^5.90.20",
"ahooks": "^3.8.5",
"algoliasearch": "^5.47.0",
"auto-unit": "^3.0.5",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"instantsearch.css": "^8.9.0",
"isbot": "^4.4.0",
"jotai": "^2.12.4",
"js-cookie": "^3.0.5",
"json-diff-ts": "^4.3.0",
"locomotive-scroll": "^4.1.4",
"match-sorter": "^6.3.1",
"md-editor-rt": "^5.5.1",
"mermaid": "^11.12.2",
"motion": "^12.11.0",
"murmurhash": "^2.0.1",
"nanoid": "^5.1.5",
"next": "16",
"nextjs-toploader": "^3.9.17",
"react": "^19.1.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.1.0",
"react-hook-form": "^7.71.1",
"react-icons": "^5.5.0",
"react-instantsearch": "^7.22.1",
"react-instantsearch-core": "^7.22.1",
"react-merge-refs": "^3.0.2",
"react-syntax-highlighter": "^15.6.6",
"react-toastify": "^11.0.5",
"rehype": "^13.0.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"swiper": "^11.2.6",
"unified": "^11.0.5",
"vite-plugin-devtools-json": "^0.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@chromatic-com/storybook": "^5.0.1",
"@netlify/plugin-nextjs": "^5.15.8",
"@react-router/dev": "^7.9.6",
"@storybook/addon-a11y": "^10.2.8",
"@storybook/addon-docs": "^10.2.8",
"@storybook/addon-onboarding": "^10.2.8",
"@storybook/addon-vitest": "^10.2.8",
"@storybook/react-vite": "^10.2.8",
"@tailwindcss/postcss": "^4.2.0",
"@tailwindcss/typography": "^0.5.16",
"@types/js-cookie": "^3.0.6",
"@types/locomotive-scroll": "^4.1.4",
"@types/node": "^22.15.17",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitest/browser-playwright": "4.0.18",
"@xmldom/xmldom": "^0.9.8",
"dotenv": "^16.5.0",
"husky": "^9.1.7",
"playwright": "^1.58.2",
"storybook": "^10.2.8",
"supabase": "^2.58.5",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-environment": "^1.1.3",
"vite-tsconfig-paths": "^6.0.5",
"vitest": "4.0.18"
}
}