-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "minskey",
"version": "0.1.0",
"dependencies": {
"@fontsource-variable/fira-code": "5.1.0",
"@fontsource-variable/inter": "5.1.0",
"@fontsource/zen-kaku-gothic-new": "5.1.0",
"@radix-ui/react-collapsible": "1.1.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-radio-group": "1.2.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/themes": "3.1.3",
"@serwist/next": "9.0.7",
"ahooks": "3.8.1",
"clsx": "2.1.1",
"emoji-picker-react": "4.12.0",
"immer": "10.1.1",
"jotai": "2.9.3",
"lucide-react": "0.441.0",
"mfm-js": "0.24.0",
"mitt": "3.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-mfm": "0.5.4",
"react-textarea-autosize": "8.5.3",
"serwist": "9.0.7",
"use-immer": "0.10.0",
"uuid": "10.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@tauri-apps/cli": "2.0.0-rc.9",
"@types/node": "22",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"autoprefixer": "10.4.20",
"next": "14.2.11",
"tailwindcss": "3.4.11",
"tailwindcss-radix": "3.0.5",
"typescript": "5.6.2"
},
"private": true,
"scripts": {
"build": "next build --no-lint",
"dev": "next dev",
"fmt": "biome format --write .",
"lint": "biome check --write --unsafe"
},
"type": "module"
}