-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 837 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
31
32
33
34
35
{
"name": "hourregistration-frontend",
"version": "1.0.0",
"description": "Hour registration frontend",
"main": "src/index.js",
"scripts": {
"start": "electron .",
"dist": "build"
},
"author": "Rick Verkuijlen",
"license": "ISC",
"devDependencies": {
"electron": "^9.0.5"
},
"dependencies": {
"@material/tab-bar": "^7.0.0",
"asar": "^3.0.3",
"axios": "^0.19.2",
"datatables.net": "^1.10.21",
"datatables.net-dt": "^1.10.21",
"dotenv": "^8.2.0",
"electron-browser-storage": "^1.0.6",
"electron-reload": "^1.5.0",
"lodash": "^4.17.20",
"pdfmake": "^0.1.67"
},
"build": {
"appId": "nl.rickverkuijlen.hourregistration",
"productName": "Urenregistratie Verkuylen",
"win": {
"target": "nsis",
"icon": "src/assets/images/fav.ico"
}
}
}