-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
167 lines (167 loc) · 5.91 KB
/
package.json
File metadata and controls
167 lines (167 loc) · 5.91 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "axis",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:check": "tsc && vite build",
"prebuild": "sh ./setup-config.sh",
"pretauri:dev": "sh ./setup-config.sh",
"pretauri:build": "sh ./setup-config.sh",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"package": "sh packaging/build.sh",
"package:bundler": "node packaging/bundler.js",
"installer:create": "sh packaging/installer/install.sh",
"installer:test": "sh dist/installer/install.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "Axis - AI-powered notetaking application",
"type": "module",
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/marked": "^5.0.2",
"@types/node": "^24.0.15",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.21",
"jsdom": "^26.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vite": "^7.0.5",
"vitest": "^2.1.8"
},
"dependencies": {
"@extractus/article-extractor": "^8.0.19",
"@mozilla/readability": "^0.6.0",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@shikijs/themes": "^3.12.2",
"@stackframe/react": "^2.8.36",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-virtual": "^3.13.12",
"@tauri-apps/api": "^2.7.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-shell": "^2.3.1",
"@tiptap/extension-blockquote": "^3.0.9",
"@tiptap/extension-bold": "^3.0.9",
"@tiptap/extension-bubble-menu": "^3.0.7",
"@tiptap/extension-bullet-list": "^3.0.7",
"@tiptap/extension-character-count": "^3.0.9",
"@tiptap/extension-code": "^3.0.9",
"@tiptap/extension-code-block-lowlight": "^3.1.0",
"@tiptap/extension-color": "^3.0.9",
"@tiptap/extension-details": "^3.2.0",
"@tiptap/extension-document": "^3.0.9",
"@tiptap/extension-drag-handle": "^3.0.9",
"@tiptap/extension-drag-handle-react": "^3.0.9",
"@tiptap/extension-dropcursor": "^3.0.9",
"@tiptap/extension-floating-menu": "^3.0.9",
"@tiptap/extension-font-family": "^3.0.9",
"@tiptap/extension-gapcursor": "^3.0.9",
"@tiptap/extension-hard-break": "^3.0.9",
"@tiptap/extension-heading": "^3.0.9",
"@tiptap/extension-highlight": "^3.0.9",
"@tiptap/extension-history": "^3.0.9",
"@tiptap/extension-horizontal-rule": "^3.0.9",
"@tiptap/extension-image": "^3.0.9",
"@tiptap/extension-italic": "^3.0.9",
"@tiptap/extension-link": "^3.0.9",
"@tiptap/extension-list": "^3.0.7",
"@tiptap/extension-list-item": "^3.2.1",
"@tiptap/extension-mention": "^3.0.9",
"@tiptap/extension-ordered-list": "^3.2.1",
"@tiptap/extension-paragraph": "^3.0.9",
"@tiptap/extension-placeholder": "^3.0.7",
"@tiptap/extension-strike": "^3.0.9",
"@tiptap/extension-subscript": "^3.0.9",
"@tiptap/extension-superscript": "^3.0.9",
"@tiptap/extension-table": "^3.0.9",
"@tiptap/extension-table-cell": "^3.0.9",
"@tiptap/extension-table-header": "^3.0.9",
"@tiptap/extension-table-of-contents": "^3.2.0",
"@tiptap/extension-table-row": "^3.0.9",
"@tiptap/extension-task-item": "^3.0.7",
"@tiptap/extension-task-list": "^3.0.7",
"@tiptap/extension-text": "^3.0.9",
"@tiptap/extension-text-align": "^3.0.9",
"@tiptap/extension-text-style": "^3.0.9",
"@tiptap/extension-typography": "^3.0.7",
"@tiptap/extension-underline": "^3.0.9",
"@tiptap/extension-youtube": "^3.0.9",
"@tiptap/react": "^3.0.7",
"@tiptap/starter-kit": "^3.0.7",
"@tiptap/suggestion": "^3.0.7",
"@types/d3": "^7.4.3",
"@types/markdown-it": "^14.1.2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-router-dom": "^5.3.3",
"ai": "^5.0.39",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"geist": "^1.4.2",
"lowlight": "^3.3.0",
"lucide-react": "^0.525.0",
"markdown-it": "^14.1.0",
"markdown-it-task-lists": "^2.1.1",
"marked": "^16.1.2",
"mermaid": "^11.9.0",
"nanoid": "^5.1.5",
"prosemirror-markdown": "^1.13.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-force-graph": "^1.48.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.7.1",
"react-syntax-highlighter": "^15.6.6",
"reactflow": "^11.11.4",
"recharts": "^3.1.2",
"remark-gfm": "^4.0.1",
"shiki": "^3.12.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"streamdown": "^1.2.0",
"tailwind-merge": "^3.3.1",
"tippy.js": "^6.3.7",
"tiptap-extension-global-drag-handle": "^0.1.18",
"tokenlens": "^1.1.2",
"use-stick-to-bottom": "^1.1.1",
"zustand": "^5.0.6"
}
}