mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "apm-app-store",
|
|
"version": "1.0.0-beta.0",
|
|
"main": "dist-electron/main/index.js",
|
|
"description": "Client for APM App Store",
|
|
"author": "elysia-best <elysia-best@simplelinux.cn.eu.org>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"keywords": [
|
|
"electron",
|
|
"rollup",
|
|
"vite",
|
|
"vue3",
|
|
"vue",
|
|
"spark-app-store"
|
|
],
|
|
"debug": {
|
|
"env": {
|
|
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
|
|
}
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --mode debug | pino-pretty",
|
|
"build": "vue-tsc --noEmit && vite build --mode production && electron-builder",
|
|
"preview": "vite preview --mode debug"
|
|
},
|
|
"devDependencies": {
|
|
"@dotenvx/dotenvx": "^1.51.4",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"electron": "^39.2.7",
|
|
"electron-app-universal-protocol-client": "github:witcher112/electron-app-universal-protocol-client",
|
|
"electron-builder": "^24.13.3",
|
|
"pino-pretty": "^13.1.3",
|
|
"typescript": "^5.4.2",
|
|
"vite": "^5.1.5",
|
|
"vite-plugin-electron": "^0.28.4",
|
|
"vite-plugin-electron-renderer": "^0.14.5",
|
|
"vue": "^3.4.21",
|
|
"vue-tsc": "^2.0.6"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"pino": "^10.3.0"
|
|
}
|
|
}
|