-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
150 lines (150 loc) · 5 KB
/
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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "dho-web-client",
"version": "2.51.0",
"description": "Governance, payroll and treasury tools for distributed HUMAN organizations (DHO)",
"productName": "Hypha DHO",
"author": "Max <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider quasar dev -m spa",
"dev:eos": "env-cmd -f ./config/eos-testnet.env quasar dev -m spa",
"dev:pangea": "NODE_OPTIONS=--openssl-legacy-provider env-cmd -f ./config/pangea-testnet.env quasar dev -m spa",
"prod:telos": "env-cmd -f ./config/telos-mainnet.env quasar dev -m spa",
"prod:eos": "env-cmd -f ./config/eos-mainnet.env quasar dev -m spa",
"build": "NODE_OPTIONS=--openssl-legacy-provider quasar build",
"lint": "eslint --ext .js,.vue .",
"test": "exit 0",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -s ./public",
"graph-schema": "node ./src/apollo/generatePossibleTypes.js",
"prepare": "husky install",
"commit": "git-cz",
"generate-types": " graphql-codegen --config codegen.ts",
"pug-to-html": "pug-to-html --dir src --out dist --extension html --pretty",
"create-translation-files": "vue-translation-manager translate"
},
"dependencies": {
"@graphql-codegen/typescript-operations": "^3.0.3",
"@hypha-dao/hypha-token-sales-util": "^1.0.1",
"@hypha-dao/ppp-client-api": "1.0.4",
"@hypha-dao/ual-hypha": "^1.0.14",
"@quasar/extras": "1.10.4",
"@sentry/browser": "6.3.1",
"@sentry/integrations": "6.3.1",
"@sentry/tracing": "^7.14.2",
"@sentry/vue": "^7.14.2",
"apollo-link-token-refresh": "v0.2",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"axios": "0.21.1",
"clsx": "^1.2.1",
"core-js": "^3.6.5",
"dgraph-js-http": "^21.3.0",
"dotenv": "8.2.0",
"eosjs": "21.0.4",
"eosjs-account-name": "^2.2.1",
"eosjs-ecc": "^4.0.7",
"ipfs-http-client": "55.0.0",
"it-all": "^1.0.6",
"jwt-decode": "^4.0.0",
"libphonenumber-js": "^1.10.6",
"qrcode.vue": "1.7.0",
"quasar": "1.15.10",
"remove-markdown": "^0.5.0",
"showdown": "^1.9.1",
"simple-crypto-js": "^3.0.1",
"subscriptions-transport-ws": "^0.11.0",
"turndown": "^7.0.0",
"ual-anchor": "^1.0.5",
"ual-seeds": "^1.1.3",
"universal-authenticator-library": "^0.3.0",
"validator": "13.6.0",
"vue": "^2.6.12",
"vue-apollo-smart-ops": "^0.2.0-beta.1",
"vue-croppa": "^1.3.8",
"vue-i18n": "8.x",
"vue-lodash": "^2.1.2",
"vue-matomo": "^4.2.0",
"vue-recaptcha": "1.3.0",
"vue-sanitize": "^0.2.2",
"vue-translation-manager": "^1.2.0",
"vuex": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript-vue-apollo-smart-ops": "^2.3.6",
"@prettier/plugin-pug": "^2.4.2",
"@quasar/app": "^2.2.4",
"@quasar/quasar-app-extension-apollo": "^1.0.0-beta.8",
"@quasar/quasar-app-extension-qmarkdown": "^1.4.1",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/vue": "^6.5.12",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@volar/vue-language-plugin-pug": "^1.2.0",
"@vue/eslint-config-standard": "6.0.0",
"@vue/runtime-dom": "^3.2.47",
"babel-eslint": "10.1.0",
"babel-loader": "^8.2.2",
"chromatic": "^5.8.2",
"commitizen": "^4.2.5",
"cross-fetch": "^3.1.4",
"cypress": "^10.7.0",
"cz-conventional-changelog": "^3.3.0",
"env-cmd": "^10.1.0",
"eslint": "7.24.0",
"eslint-loader": "4.0.2",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-storybook": "^0.6.4",
"eslint-plugin-vue": "7.9.0",
"husky": "^8.0.1",
"prettier": "^2.8.7",
"pug": "3.0.2",
"pug-plain-loader": "1.1.0",
"pug-to-html": "^1.0.2",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vue-loader": "15.9.6"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint",
"pre-push": "yarn test"
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">= 18",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.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"
]
}