-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.37 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": "beautifyollama",
"version": "1.7.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"desktop": "npm run tauri:dev",
"build:desktop": "npm run tauri:build",
"build:all": "tauri build",
"build:mac": "tauri build --target universal-apple-darwin --bundles dmg",
"build:mac-universal": "tauri build --target universal-apple-darwin",
"build:windows": "tauri build --bundles msi,nsis"
},
"dependencies": {
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@tabler/icons-react": "^3.33.0",
"@tauri-apps/api": "^2.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.15.0",
"lucide-react": "^0.511.0",
"motion": "^12.15.0",
"next": "^15.3.3",
"next-themes": "^0.4.6",
"out": "^1.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"serve": "^14.2.4",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tauri-apps/cli": "^2.6.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.2",
"typescript": "^5"
}
}