1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/package.json

30 lines
906 B
JSON
Raw Normal View History

2023-01-23 00:07:07 -05:00
{
2023-01-25 03:26:29 -05:00
"name": "nexuspolestar",
2023-01-23 00:07:07 -05:00
"version": "1.0.0",
"description": "",
2023-01-23 03:56:29 -05:00
"main": "./electron/index.js",
2023-01-23 00:07:07 -05:00
"scripts": {
2023-03-30 21:53:16 -04:00
"start": "concurrently \"astro dev\" \"NODE_ENV=development electron .\"",
2023-04-03 18:17:05 -04:00
"start:delay": "concurrently \"astro dev\" \"sleep 5 && NODE_ENV=development electron .\"",
2023-03-30 21:53:16 -04:00
"build": "astro build && NODE_ENV=production node ./build/prepare-production.js && electron-builder build --config ./build/electron-builder.yml"
2023-01-23 00:07:07 -05:00
},
2023-03-30 21:53:16 -04:00
"author": "SudoVanilla",
2023-01-25 04:28:24 -05:00
"license": "AGPL",
2023-01-23 00:07:07 -05:00
"devDependencies": {
2023-03-30 21:53:16 -04:00
"concurrently": "^8.0.1",
2023-04-06 02:37:47 -04:00
"electron": "^24.0.0",
2023-01-23 00:07:07 -05:00
"electron-builder": "^23.6.0"
},
"dependencies": {
2023-04-06 02:37:47 -04:00
"astro": "^2.2.0",
2023-03-30 21:53:16 -04:00
"bugsplat": "^8.0.0",
"bugsplat-node": "^3.0.0",
2023-02-17 00:10:21 -05:00
"dotenv": "^16.0.3",
2023-03-30 21:53:16 -04:00
"electron-titlebar-respect": "^1.1.1",
2023-01-23 00:07:07 -05:00
"glasstron-clarity": "^0.1.26",
2023-02-11 15:56:15 -05:00
"pushy-electron": "^1.0.11",
2023-01-23 00:07:07 -05:00
"replace": "^1.2.2",
2023-03-30 21:53:16 -04:00
"sass": "^1.60.0"
2023-01-23 00:07:07 -05:00
}
}