-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 957 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Counties",
"productName": "Counties",
"version": "1.1.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"package-win": "electron-packager . Counties --overwrite --asar=true --platform=win32 --arch=x64 --icon=app-icon.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"Counties\" --win32metadata.requested-execution-level=highestAvailable"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^23.1.2",
"electron-builder": "^23.6.0",
"electron-packager": "^17.1.1"
},
"dependencies": {
"auto-launch": "^5.0.5",
"axios": "^1.3.4",
"bootstrap": "^5.3.0-alpha1",
"bootstrap-icons": "^1.10.3",
"electron-store": "^8.1.0",
"fullcalendar": "^6.1.4",
"moment": "^2.29.4",
"nodemon": "^2.0.22",
"pouchdb": "^8.0.1",
"react": "^18.2.0"
}
}