-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 878 Bytes
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
{
"name": "stacks",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.6",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "~2",
"@types/ace": "^0.0.52",
"ace-builds": "^1.39.0",
"marked": "^15.0.7",
"marked-react": "^3.0.0",
"preact": "^10.25.1",
"preact-feather": "^4.2.1",
"preact-moveable": "^0.55.0",
"react-ace": "^14.0.1",
"tailwindcss": "^4.0.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.3",
"@tauri-apps/cli": "^2.2.5",
"typescript": "~5.6.2",
"vite": "^6.0.14"
}
}