mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 21:02:10 +08:00
74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "dawn-launcher",
|
|
"productName": "Dawn Launcher",
|
|
"version": "1.3.4",
|
|
"main": "dist-electron/main/index.js",
|
|
"description": "Windows 快捷启动工具,帮助您整理杂乱无章的桌面,分门别类管理您的桌面快捷方式,让您的桌面保持干净整洁。",
|
|
"author": "FanChenIO",
|
|
"private": true,
|
|
"keywords": [
|
|
"electron",
|
|
"vite",
|
|
"vue"
|
|
],
|
|
"debug": {
|
|
"env": {
|
|
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build && electron-builder",
|
|
"preview": "vite preview",
|
|
"rsbuild": "napi build --release --strip ./native",
|
|
"rebuild": "electron rebuild.js",
|
|
"postinstall": "yarn run rebuild && yarn run rsbuild"
|
|
},
|
|
"napi": {
|
|
"name": "addon"
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^2.16.3",
|
|
"@vicons/material": "^0.12.0",
|
|
"@vicons/utils": "^0.1.4",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"better-sqlite3-multiple-ciphers": "^9.0.0",
|
|
"electron": "^26.4.2",
|
|
"electron-builder": "^24.6.4",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^11.1.3",
|
|
"naive-ui": "^2.35.0",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.11",
|
|
"vite-plugin-electron": "^0.15.4",
|
|
"vue": "^3.3.7",
|
|
"vue-tsc": "^1.8.22"
|
|
},
|
|
"dependencies": {
|
|
"@types/dompurify": "^3.0.3",
|
|
"@types/mime": "^3.0.2",
|
|
"@types/request": "^2.48.10",
|
|
"@types/retry": "^0.12.3",
|
|
"@types/sortablejs": "^1.15.3",
|
|
"@types/urijs": "^1.19.22",
|
|
"@types/xml2js": "^0.4.12",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"dompurify": "^3.0.6",
|
|
"electron-log": "^5.0.0",
|
|
"electron-store": "^8.1.0",
|
|
"mime": "^3.0.0",
|
|
"pinia": "^2.1.7",
|
|
"pinyin-pro": "^3.17.0",
|
|
"request": "^2.88.2",
|
|
"retry": "^0.13.1",
|
|
"simplebar": "^6.2.5",
|
|
"sortablejs": "^1.15.0",
|
|
"urijs": "^1.19.11",
|
|
"vue-router": "^4.2.5",
|
|
"xml2js": "^0.6.2"
|
|
}
|
|
}
|