text-recover/package.json

33 lines
729 B
JSON
Raw Normal View History

2024-03-14 15:44:56 +08:00
{
"name": "text-recover",
"private": true,
2024-04-27 17:33:30 +08:00
"version": "1.1.0",
2024-03-14 15:44:56 +08:00
"type": "module",
"scripts": {
"dev": "vite",
2024-03-14 21:55:01 +08:00
"build": "vite build",
2024-03-14 15:44:56 +08:00
"preview": "vite preview",
2024-03-14 21:55:01 +08:00
"tauri": "tauri",
"icon": "tauri icon"
2024-03-14 15:44:56 +08:00
},
"dependencies": {
"@tauri-apps/api": "^1",
2024-04-25 15:11:57 +08:00
"vue": "^3.3.4",
"vue-clipboard3": "^2.0.0"
2024-03-14 15:44:56 +08:00
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/node": "^20.11.27",
2024-03-15 09:52:29 +08:00
"@vicons/ionicons5": "^0.12.0",
2024-03-14 15:44:56 +08:00
"@vitejs/plugin-vue": "^5.0.4",
"less": "^4.2.0",
"naive-ui": "^2.38.1",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vfonts": "^0.0.3",
"vite": "^5.0.0",
"vue-tsc": "^1.8.5"
}
}