-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
139 lines (139 loc) · 4.77 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
132
133
134
135
136
137
138
139
{
"name": "writter",
"description": "An editor for technical writting, blogging and note taking using markdown",
"version": "0.0.1",
"private": true,
"type": "module",
"main": "index.js",
"repository": "https://github.com/Hussseinkizz/writter-desktop",
"author": "Hussein Kizz",
"license": "MIT",
"scripts": {
"dev2": "tauri dev",
"prod": "vercel --prod",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@blocknote/core": "^0.10.1",
"@blocknote/react": "^0.10.1",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-markdown": "^6.2.3",
"@formkit/auto-animate": "^0.7.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "1.0.6",
"@hookform/resolvers": "^3.3.1",
"@milkdown/crepe": "^7.5.5",
"@milkdown/kit": "^7.5.5",
"@milkdown/react": "^7.5.0",
"@milkdown/theme-nord": "^7.5.0",
"@monaco-editor/react": "^4.6.0",
"@orama/orama": "^1.2.8",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@supabase/supabase-js": "^2.38.4",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-table": "^8.10.3",
"@tremor/react": "^3.8.1",
"@uiw/codemirror-theme-tokyo-night-storm": "^4.21.21",
"@uiw/codemirror-theme-xcode": "^4.21.21",
"@uiw/codemirror-themes-all": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"axios": "^1.5.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"embla-carousel-react": "8.0.0-rc17",
"framer-motion": "^10.16.4",
"hotkeys-js": "^3.13.7",
"nanoid": "^5.0.1",
"next-themes": "^0.2.1",
"open-props": "^1.5.16",
"orama": "^2.0.6",
"react": "^18.2.0",
"react-day-picker": "^8.8.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.2",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.1",
"react-recipes": "^1.5.0",
"react-resizable-panels": "^1.0.5",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.16.0",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"sharp": "^0.32.6",
"sonner": "^1.0.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"usehooks-ts": "^2.9.1",
"validator": "^13.11.0",
"vaul": "^0.8.0",
"vite-plugin-svgr": "^4.0.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/eslint-plugin-query": "^4.34.1",
"@tanstack/react-query-devtools": "^4.35.3",
"@tauri-apps/cli": "^1.5.8",
"@types/node": "20.7.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jsx-runtime": "link:plugin:react/jsx-runtime",
"postcss": "8.4.30",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.1.4",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"recommended": "link:eslint-plugin-plugin:react/recommended",
"recommended@latest": "link:eslint-plugin-plugin:react/recommended@latest",
"sass": "^1.68.0",
"tailwindcss": "3.3.3",
"tailwindcss-animated": "^1.0.1",
"typescript": "^5.0.2",
"vite": "^4.4.9"
}
}