-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.38 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
{
"name": "anvil",
"version": "0.7.0",
"private": true,
"scripts": {
"dev": "next dev -p 1420",
"build": "next build",
"start": "next start",
"lint": "eslint",
"tauri": "tauri",
"branding": "node branding/generate.mjs",
"release:prepare": "node tools/prepare-release.mjs",
"catalog:fetch": "node tools/fetch-catalog.mjs",
"catalog:fetch:dev": "node tools/fetch-catalog.mjs --mode dev",
"catalog:fetch:prod": "node tools/fetch-catalog.mjs --mode prod"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-python": "^6.2.1",
"@lezer/highlight": "^1.2.3",
"@tauri-apps/api": "^2.11.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "^6.0.2",
"lucide-react": "^1.25.0",
"next": "16.3.0-preview.5",
"next-themes": "^0.4.6",
"radix-ui": "^1.5.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"shadcn": "^4.13.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tauri-apps/cli": "^2.11.2",
"@types/node": "^26",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.3.0-preview.3",
"tailwindcss": "^4",
"typescript": "^6"
}
}