-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 851 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
{
"name": "ual-quasar",
"version": "0.0.1",
"description": "A Quasar Framework app",
"productName": "Quasar App",
"cordovaId": "org.cordova.quasar.app",
"author": "",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^0.18.1",
"eosjs": "^20.0.0",
"eosjs2": "^1.0.0",
"quasar": "^1.0.0",
"ual-eosio-reference-authenticator": "^0.1.2",
"ual-ledger": "^0.1.2",
"ual-lynx": "^0.2.1",
"ual-scatter": "^0.1.5",
"ual-token-pocket": "^0.1.1",
"universal-authenticator-library": "^0.1.2",
"vconsole": "^3.3.4",
"vue-i18n": "^8.0.0",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.2"
}
}