forked from usaweili/OPNsenseManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.54 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
50
51
52
53
{
"name": "OPNManager",
"version": "3.1.2",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@mdi/js": "7.4.47",
"@robloche/chartjs-plugin-streaming": "^3.1.0",
"@tailwindcss/postcss": "^4.1.4",
"@tauri-apps/api": "2.5.0",
"@tauri-apps/plugin-biometric": "file:src/plugins/biometric",
"@tauri-apps/plugin-http": "^2.5.2",
"@tauri-apps/plugin-shell": "2.2.1",
"@tauri-apps/plugin-store": "^2.4.0",
"@xyflow/svelte": "^1.0.0-next.9",
"chartjs-adapter-moment": "^1.0.1",
"choices.js": "^11.1.0",
"d3": "7.9.0",
"hw-chartjs-plugin-colorschemes": "^0.6.5",
"lodash-es": "4.17.21",
"npm": "^11.6.2",
"recharts": "2.15.3",
"svelte-table": "0.6.4",
"svelte-virtual-list": "^3.0.1",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@sveltejs/adapter-static": "3.0.8",
"@sveltejs/kit": "2.20.8",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tauri-apps/cli": "2.5.0",
"@types/d3": "7.4.3",
"@types/lodash-es": "4.17.12",
"autoprefixer": "10.4.21",
"daisyui": "5.0.28",
"postcss": "8.5.3",
"svelte": "5.28.2",
"svelte-check": "4.1.6",
"svelte-preprocess": "6.0.3",
"tslib": "2.8.1",
"typescript": "5.8.3",
"vite": "6.3.4"
}
}