-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.71 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
{
"name": "apikit",
"private": true,
"version": "0.5.11",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"cli": "bun run cli/index.ts",
"build:cli": "bun build cli/index.ts --target=node --outfile=dist-cli/apikit-run.js"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@faker-js/faker": "^10.5.0",
"@tanstack/react-router": "^1.170.18",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-dialog": "^2.7.2",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.1",
"@tiptap/extension-highlight": "^3.29.2",
"@tiptap/extension-image": "^3.29.2",
"@tiptap/extension-table": "^3.29.2",
"@tiptap/extension-text-align": "^3.29.2",
"@tiptap/extension-text-style": "^3.29.2",
"@tiptap/extensions": "^3.29.2",
"@tiptap/pm": "^3.29.2",
"@tiptap/react": "^3.29.2",
"@tiptap/starter-kit": "^3.29.2",
"@tiptap/suggestion": "^3.29.2",
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1",
"js-yaml": "^4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-joyride": "^3.2.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.3",
"@tanstack/router-plugin": "^1.168.23",
"@tauri-apps/cli": "^2",
"@types/js-yaml": "^4.0.9",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"tailwindcss": "^4.3.3",
"typescript": "~5.8.3",
"vite": "^7.0.4"
},
"bin": {
"apikit-run": "dist-cli/apikit-run.js"
}
}