-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 3.99 KB
/
Copy pathpackage.json
File metadata and controls
128 lines (128 loc) · 3.99 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
125
126
127
128
{
"name": "nextjs-tauri",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@hugeicons/react-pro": "^0.3.2",
"@mantine/core": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tabler/icons-react": "^3.6.0",
"@tanstack/react-table": "^8.20.1",
"@tanstack/react-virtual": "^3.12.0",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
"@tauri-apps/plugin-http": "^2.2.0",
"@tauri-apps/plugin-notification": "^2.2.0",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@types/react-syntax-highlighter": "^15.5.13",
"ai": "^3.2.37",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"d3": "^7.9.0",
"d3-cloud": "^1.2.7",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^11.5.6",
"highlight.js": "^11.10.0",
"jsonld": "^8.3.2",
"jspdf": "^2.5.2",
"lucide-react": "^0.396.0",
"next": "15.1.7",
"next-themes": "^0.3.0",
"ollama": "^0.5.6",
"ollama-ai-provider": "^0.10.0",
"prettier": "^3.3.2",
"prismjs": "^1.29.0",
"puppeteer": "^22.12.1",
"react": "19.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-code-blocks": "^0.1.6",
"react-confetti": "^6.1.0",
"react-confetti-explosion": "^2.1.2",
"react-datepicker": "^7.3.0",
"react-day-picker": "^8.10.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "19.0.0",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^5.0.0",
"react-icons": "^5.2.1",
"react-json-view": "^1.21.3",
"react-lazy-load": "^4.0.1",
"react-markdown": "^9.0.1",
"react-remark": "^2.1.0",
"react-resizable-panels": "^2.0.22",
"react-select": "^5.8.1",
"react-syntax-highlighter": "^15.6.1",
"react-table": "^7.8.0",
"react-tooltip": "^5.27.1",
"react-virtual": "^2.10.4",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
"react-wordcloud": "^1.2.7",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.1",
"uuid": "^10.0.0",
"vaul": "^0.9.1",
"xlsx": "^0.18.5",
"zustand": "^4.5.4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@types/lodash": "^4.17.15",
"@types/node": "^20",
"@types/react": "19.0.2",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "19.0.2",
"@types/react-table": "^7.7.20",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "15.1.3",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.4",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}