-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 992 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 992 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
36
37
{
"name": "work-review",
"private": true,
"version": "1.0.17",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"icons:build": "node scripts/build-icons.mjs",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tauri-apps/cli": "^2.10.1",
"autoprefixer": "^10.4.0",
"png-to-ico": "^3.0.1",
"postcss": "^8.4.0",
"svelte": "^4.2.0",
"tailwindcss": "^3.4.0",
"vite": "^5.0.0"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.4",
"@tauri-apps/plugin-updater": "^2.10.0",
"chart.js": "^4.4.0",
"marked": "^11.0.0",
"svelte-spa-router": "^4.0.0"
}
}