forked from Daclify/daclifyfrontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.57 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.57 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "daclify",
"version": "0.0.1",
"description": "Manage eosio accounts in group and serve your community as a DAC.",
"productName": "Daclify by Animus",
"cordovaId": "org.cordova.quasar.app",
"author": "",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar build --modern && cp _redirects dist/spa",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@jafri/eosjs2": "^21.0.0-rc.15",
"@quasar/extras": "^1.8.2",
"axios": "^0.21.1",
"@babel/core": "^7.0.0",
"crypto-js": "^3.1.9-1",
"deep-diff": "^1.0.2",
"eosjs": "^21.0.2",
"eosjs-ecc": "^4.0.7",
"file-saver": "^2.0.2",
"firebase": "6.6.2",
"highlightjs": "^9.12.0",
"json-pretty-html": "^1.1.6",
"quasar": "^1.12.5",
"ual-anchor": "^0.5.0",
"ual-eosio-reference-authenticator": "^0.3.0",
"ual-ledger": "^0.3.0",
"ual-lynx": "^0.2.1",
"ual-scatter": "^0.3.0",
"ual-token-pocket": "^0.3.0",
"universal-authenticator-library": "^0.3.0",
"vconsole": "^3.3.4",
"vuex": "^2.5.0",
"vue-clipboard2": "^0.3.1",
"vue-code-highlight": "^0.7.2",
"vue-highlightjs": "^1.3.3",
"vue-i18n": "^8.0.0",
"vuedraggable": "^2.23.2",
"vuex-persistedstate": "^2.5.4",
"webpack": ">=2"
},
"devDependencies": {
"@quasar/app": "^1.9.6",
"@quasar/quasar-app-extension-icon-genie": "^1.1.3",
"@quasar/quasar-app-extension-qmarkdown": "^1.0.28",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.2",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0"
}
}