-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 613 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 613 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
{
"name": "sonas",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"tauri": "tauri"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/svelte": "^7.2.2",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"astro": "^5.16.1",
"react": "^19.2.1",
"react-dom": "^19.2.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"vite": "^6.0.3",
"typescript": "~5.6.2"
}
}