Initial commit

This commit is contained in:
2024-06-15 12:55:41 +07:00
commit 9939364128
35 changed files with 7941 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "to-do-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri dev": "tauri dev",
"tauri build": "tauri build"
},
"dependencies": {
"@tauri-apps/api": "^1",
"@vueuse/core": "^10.10.0",
"vue": "^3.3.4",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@tauri-apps/cli": "^1",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"vite": "^5.0.0"
}
}