-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 950 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
36
{
"name": "Simple Ledger App",
"version": "0.0.1",
"description": "A very simple realtime in and out record tracking app built with quasar",
"productName": "quasar-ledger-app",
"cordovaId": "org.quasar.todo.nkb.com",
"capacitorId": "",
"author": "[email protected]",
"private": false,
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.6.0",
"firebase": "^7.12.0",
"prettier": "^2.2.1",
"quasar": "^1.9.10"
},
"devDependencies": {
"@quasar/app": "^1.6.0",
"@quasar/quasar-app-extension-icon-genie": "^1.1.3",
"devtron": "^1.4.0",
"electron": "^7.1.14",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.2.1"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}