-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.88 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.88 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
{
"name": "codequill",
"description": "Organize, edit, and preview code efficiently",
"private": true,
"version": "2.0.9",
"type": "module",
"author": {
"name": "The-Best-Codes",
"email": "bestcodes.official@gmail.com",
"url": "https://github.com/The-Best-Codes"
},
"homepage": "https://github.com/The-Best-Codes/codequill",
"repository": {
"type": "git",
"url": "https://github.com/The-Best-Codes/codequill.git"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"icon": "npm run tauri icon public/icon.svg",
"tauri": "tauri",
"translate": "lingo.dev i18n",
"test:frontend": "bun run build",
"test:cargo": "cd src-tauri && cargo check && cargo test && cd ..",
"test": "npm run test:frontend && npm run test:cargo",
"upgrade": "npm-check-updates --upgrade --doctor && cd src-tauri && cargo update && cargo upgrade || echo \"Cargo upgrade command is not installed\" && cd .. && bun run test"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@sentry/react": "^10.38.0",
"@sentry/vite-plugin": "^4.8.0",
"@tauri-apps/plugin-sql": "^2.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"i18next": "^25.8.0",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"lucide-react": "^0.563.0",
"monaco-editor": "~0.55.1",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-i18next": "^16.5.4",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"rollup-plugin-visualizer": "^6.0.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^13.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@tauri-apps/cli": "^2.9.6",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"lingo.dev": "^0.125.5",
"npm-check-updates": "^19.3.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-static-copy": "^3.2.0"
},
"trustedDependencies": [
"@openrouter/sdk",
"@sentry/cli",
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}