-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.09 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
{
"name": "devkit.lgbt",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"tauri": "tauri"
},
"dependencies": {
"@bangle.dev/base-components": "^0.32.1",
"@bangle.dev/core": "^0.32.1",
"@bangle.dev/markdown": "^0.32.1",
"@bangle.dev/pm": "^0.32.1",
"@bangle.dev/react": "^0.32.1",
"@bangle.dev/react-emoji-suggest": "^0.32.1",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@ribbon-studios/react-utils": "^2.3.2",
"@reduxjs/toolkit": "^2.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"idb": "^8.0.0",
"lucide-react": "^0.317.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-syntax-highlighter": "^15.5.0",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.10.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/cli": "^1.5.9",
"@types/bun": "^1.0.4",
"@types/node": "^20.11.10",
"@types/parcel-env": "^0.0.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"happy-dom": "^13.3.8",
"plugin": "^0.3.3",
"postcss": "^8.4.33",
"react-refresh": "^0.14.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2"
},
"optionalDependencies": {
"@tauri-apps/cli-darwin-x64": "^1.5.9",
"@tauri-apps/cli-win32-x64-msvc": "^1.5.9",
"lightningcss": "^1.23.0"
}
}