-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.59 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.59 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
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
{
"name": "monorepo",
"version": "1.0.0",
"license": "AGPL-3.0",
"scripts": {
"serve:frontend": "nx run-many --target=serve --projects=dashboard,public",
"build": "nx build",
"test": "NODE_OPTIONS='--max-old-space-size=8192' nx test",
"postinstall": "node node_modules/@nx-plus/vue/patch-nx-dep-graph.js"
},
"private": true,
"dependencies": {
"@highlightjs/vue-plugin": "^1.0.2",
"@metamask/eth-sig-util": "^4.0.1",
"@sentry/vue": "^7.71.0",
"@supabase/supabase-js": "^2.44.4",
"@thxnetwork/sdk": "^1.3.5",
"@vee-validate/rules": "^4.6.7",
"axios": "^1.6.2",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.21.2",
"change-case": "^4.1.2",
"chart.js": "^3.8.0",
"color": "^4.2.3",
"core-js": "^3.6.5",
"csv-parser": "^3.0.0",
"csv-reader": "^1.0.9",
"csv-writer": "^1.6.0",
"date-fns": "^2.28.0",
"ethers": "^5.0.26",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"highlight.js": "^11.6.0",
"hooper": "^0.3.4",
"html-entities": "^2.4.0",
"jose": "^4.14.4",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.5.1",
"jszip": "^3.10.0",
"lodash": "^4.17.21",
"mixpanel": "^0.17.0",
"mixpanel-browser": "^2.45.0",
"moment": "^2.29.4",
"papaparse": "5.4.1",
"pdfkit": "^0.13.0",
"promise-poller": "^1.9.1",
"qrcode": "^1.5.0",
"qrcode-svg": "^1.1.0",
"register-service-worker": "^1.7.1",
"svg-to-pdfkit": "^0.1.8",
"tsconfig-paths": "^4.1.0",
"tslib": "^2.3.0",
"vee-validate": "3.4.14",
"vue": "^2.6.11",
"vue-chartjs": "^4.1.1",
"vue-class-component": "^7.2.3",
"vue-clipboard2": "^0.3.1",
"vue-cookie-law": "^1.13.3",
"vue-lazyload": "^1.3.3",
"vue-meta": "^2.4.0",
"vue-property-decorator": "^9.1.2",
"vue-qr": "^4.0.6",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.2.0",
"vue-template-compiler": "2.6.12",
"vuedraggable": "^2.24.3",
"vuex": "^3.4.0",
"vuex-module-decorators": "^1.0.1",
"web3": "^1.7.3",
"web3-utils": "^1.8.1",
"webpack": "^5.74.0",
"xml2js": "^0.4.23",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@nrwl/cli": "14.6.4",
"@nrwl/eslint-plugin-nx": "14.6.4",
"@nrwl/express": "^14.7.5",
"@nrwl/jest": "^14.0.0",
"@nrwl/js": "14.7.5",
"@nrwl/linter": "^14.0.0",
"@nrwl/node": "14.7.5",
"@nrwl/web": "14.7.5",
"@nrwl/workspace": "14.6.4",
"@nx-plus/vue": "^14.1.0",
"@playwright/test": "^1.41.2",
"@types/chai": "^4.3.1",
"@types/eslint": "^6.1.1",
"@types/highlight.js": "^10.1.0",
"@types/mixpanel": "^2.14.4",
"@types/mixpanel-browser": "^2.38.0",
"@types/mocha": "^9.1.1",
"@types/qrcode": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.1.3",
"@vue/vue2-jest": "^27.0.0-alpha.1",
"babel-jest": "28.1.1",
"chai": "4.3.6",
"chai-eventemitter2": "^0.2.1",
"dotenv": "^8.2.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.0.0-0",
"graceful-fs": "^4.2.9",
"jest": "^29.1.2",
"jest-environment-jsdom": "28.1.1",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.0.0",
"lint-staged": "^9.5.0",
"nock": "^13.2.2",
"nx": "14.6.4",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.11",
"rimraf": "^3.0.2",
"sass": "^1.32.9",
"sass-loader": "^10.2.1",
"ts-jest": "29.0.3",
"ts-node": "^10.5.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.5.5"
},
"resolutions": {
"@achrinza/node-ipc": "9.2.7"
}
}