27 lines
No EOL
973 B
JSON
27 lines
No EOL
973 B
JSON
{
|
|
"name": "nexus-polestar",
|
|
"version": "0.0.1",
|
|
"license": "AGPL-3.0-or-later",
|
|
"main": ".build/output/electron/electron/main/index.js",
|
|
"scripts": {
|
|
"start": "concurrently \"npm run tsc\" \"npm run astro:start\" \"wait-on http://localhost:2023 && npm run electron:start\"",
|
|
"build": "npm run tsc && npm run astro:build && npm run electron:build",
|
|
"tsc": "tsc -p .build/devlopment/tsconfig-build.json",
|
|
"astro:start": "astro dev --silent --root ./astro/",
|
|
"astro:build": "astro build --silent --root ./astro/",
|
|
"electron:start": "NODE_ENV=development electron .",
|
|
"electron:build": "electron-builder --config ./.build/electron-builder.ts"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^2.10.14",
|
|
"astro-color-scheme": "^1.1.2",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/electron": "^1.6.10",
|
|
"concurrently": "^8.2.1",
|
|
"electron": "^26.1.0",
|
|
"electron-builder": "^24.6.3",
|
|
"wait-on": "^7.0.1"
|
|
}
|
|
} |