-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 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
{
"name": "contextractor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:export": "next build",
"download-grammars": "node scripts/download-grammars.mjs"
},
"dependencies": {
"@tauri-apps/api": "^2.9.1",
"@types/minimatch": "^5.1.2",
"@vercel/analytics": "^1.6.1",
"clsx": "^2.1.1",
"idb": "^8.0.3",
"ignore": "^7.0.5",
"immer": "^11.0.1",
"js-tiktoken": "^1.0.21",
"jszip": "^3.10.1",
"lucide-react": "^0.556.0",
"minimatch": "^10.1.1",
"next": "16.0.7",
"path-browserify": "^1.0.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-icons": "^5.5.0",
"react-virtuoso": "^4.17.0",
"tailwind-merge": "^3.4.0",
"web-tree-sitter": "^0.24.4",
"zustand": "^5.0.9"
},
"devDependencies": {
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.39.1",
"@next/eslint-plugin-next": "^16.0.7",
"@tailwindcss/postcss": "^4",
"@tauri-apps/cli": "^2.9.5",
"@types/node": "^24.10.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"framer-motion": "^12.5.0",
"react-dropzone": "^14.3.8",
"tailwindcss": "^4",
"typescript": "^5",
"typescript-eslint": "^8.48.1"
}
}