-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.12 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.12 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "daclifyfrontend",
"version": "0.0.1",
"description": "Manage eosio accounts in group and serve your community as a DAC.",
"productName": "Daclify by Animus",
"author": "NightFury0109 <nightfury0109@gmail.com>",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar build --modern && cp _redirects dist/spa",
"build:pwa": "quasar build -m pwa"
},
"dependencies": {
"@babel/core": "7.17.8",
"@eosdacio/ual-wax": "^1.5.1",
"@jafri/eosjs2": "^21.0.0-rc.17",
"@quasar/extras": "^1.13.5",
"@smontero/ual-sqrl": "^0.1.23",
"axios": "^0.26.1",
"core-js": "3.21.1",
"crypto-js": "3.1.9-1",
"deep-diff": "1.0.2",
"eosjs": "^22.1.0",
"eosjs-ecc": "^4.0.7",
"file-saver": "2.0.2",
"firebase": "8.0.0",
"highlightjs": "9.12.0",
"json-pretty-html": "1.1.6",
"mitt": "^3.0.0",
"quasar": "^2.6.4",
"ual-anchor": "^1.3.0",
"ual-eosio-reference-authenticator": "^0.3.0",
"ual-ledger": "^0.3.0",
"ual-lynx": "^0.4.0",
"ual-scatter": "0.3.0",
"ual-token-pocket": "^0.3.0",
"ual-wombat": "^0.3.3",
"universal-authenticator-library": "^0.3.0",
"vconsole": "3.3.4",
"vue": "^3.2.31",
"vue-clipboard3": "^1.0.1",
"vue-code-highlight": "0.7.8",
"vue-highlightjs": "1.3.3",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.0",
"vuedraggable": "4.1.0",
"vuex": "^4.0.1",
"vuex-persistedstate": "4",
"webpack": ">=5"
},
"devDependencies": {
"@quasar/app": "^3.3.3",
"@quasar/quasar-app-extension-qmarkdown": "2.0.0-alpha.8",
"babel-loader": "8.0.6",
"copy-webpack-plugin": "5.0.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"pug": "2.0.4",
"pug-plain-loader": "1.0.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}