-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "myaccounts",
"version": "0.0.1",
"description": "My Accounts App",
"productName": "My Accounts",
"cordovaId": "org.cordova.quasar.app",
"author": "BettTheTimeTraveller",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^0.18.1",
"cors": "^2.8.5",
"datatables.net-dt": "^1.10.19",
"quasar": "^1.0.0-beta.0"
},
"devDependencies": {
"@quasar/app": "^1.0.0-beta.0",
"devtron": "^1.4.0",
"electron": "^4.2.5",
"electron-debug": "^2.2.0",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^13.1.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}