-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 KB
/
package.json
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
{
"name": "android-device-manager",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"devDependencies": {
"@smui/button": "^5.0.1",
"@smui/card": "^5.0.1",
"@smui/checkbox": "^5.0.1",
"@smui/chips": "^5.0.1",
"@smui/circular-progress": "^5.0.1",
"@smui/common": "^5.0.1",
"@smui/data-table": "^5.0.1",
"@smui/drawer": "^5.0.1",
"@smui/form-field": "^5.0.1",
"@smui/icon-button": "^5.0.1",
"@smui/linear-progress": "^5.0.1",
"@smui/list": "^5.0.1",
"@smui/tab": "^5.0.1",
"@smui/tab-bar": "^5.0.1",
"@smui/textfield": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.4",
"@tauri-apps/cli": "^1.0.5",
"sass": "^1.54.8",
"svelte": "^3.50.0",
"svelte-preprocess": "^4.10.7",
"vite": "^2.9.15",
"vite-plugin-svelte-svg": "2.0.2"
},
"dependencies": {
"@material/feature-targeting": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/typography": "^14.0.0",
"@mdi/svg": "^6.9.96",
"@tauri-apps/api": "^1.0.2",
"buffer": "^6.0.3",
"date-fns": "^2.29.2",
"svelte-spa-router": "^3.3.0",
"typeface-roboto": "^1.1.13"
}
}