-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 859 Bytes
/
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
{
"name": "ByteDetective",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build_py": "pyinstaller test-x86_64-apple-darwin.spec --distpath src-tauri/bin/python --clean",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.3.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@tauri-apps/cli": "^1.3.0",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^18.7.10",
"svelte": "^3.54.0",
"svelte-check": "^3.0.0",
"svelte-idle": "^2.0.3",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.5",
"vite": "^4.2.1"
}
}