🎉 init

This commit is contained in:
Tw93
2022-10-14 17:34:22 +08:00
commit cabf8dfe74
16 changed files with 4193 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "pake",
"scripts": {
"dev": "TAURI_SKIP_DEVSERVER_CHECK=true npm run tauri dev",
"build": "TAURI_SKIP_DEVSERVER_CHECK=true npm run tauri build -- --target universal-apple-darwin",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^1.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.2"
}
}