-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 835 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
{
"name": "scanner",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.1.0",
"css-animation-sync": "^0.5.0",
"lodash": "^4.17.21",
"svelte-material-icons": "^2.0.4"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tauri-apps/cli": "^1.1.0",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^18.7.10",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-loading-spinners": "^0.3.4",
"svelte-preprocess": "^4.10.7",
"svelte-range-slider-pips": "^2.1.1",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.0.2"
}
}