-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.2 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
{
"name": "protodao-web-vue3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode=dev",
"build": "vue-tsc && vite build --mode=dev",
"build:demo": "vue-tsc && vite build --mode=demo",
"build:mainnet-fork": "vue-tsc && vite build --mode=mainnet",
"build:prod": "vue-tsc && vite build --mode=prod",
"build:test": "vue-tsc && vite build --mode=test",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.18",
"@mdi/font": "^7.4.47",
"@openzeppelin/merkle-tree": "^1.0.6",
"@web3-onboard/core": "^2.22.2",
"@web3-onboard/injected-wallets": "^2.10.16",
"@web3-onboard/metamask": "^2.1.3-alpha.1",
"@web3-onboard/walletconnect": "^2.5.5",
"@yeger/vue-masonry-wall": "^5.0.10",
"axios": "^1.6.5",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"ethers": "5.7",
"jquery": "^3.7.1",
"js-base64": "^3.7.7",
"lodash": "^4.17.21",
"markdown-it-link-attributes": "^4.0.1",
"md-editor-v3": "^4.13.3",
"pinia": "^2.1.7",
"typescript": "^5.5.3",
"v-viewer": "^3.0.13",
"viewerjs": "^1.11.6",
"vite-plugin-node-polyfills": "^0.19.0",
"vue": "^3.3.11",
"vue-i18n": "9",
"vue-router": "4"
},
"devDependencies": {
"@types/jquery": "^3",
"@types/katex": "^0.16.7",
"@types/lodash": "^4",
"@types/markdown-it-link-attributes": "^3.0.5",
"@vitejs/plugin-vue": "^4.5.2",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"cropperjs": "^1.6.2",
"highlight.js": "^11.10.0",
"jsdom": "^24.0.0",
"katex": "^0.16.11",
"material-design-icons-iconfont": "^6.7.0",
"mermaid": "^10.9.1",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.70.0",
"screenfull": "^6.0.2",
"tailwindcss": "^3.4.4",
"vite": "^5.0.8",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.6.0",
"vue-toastification": "2.0.0-rc.5",
"vue-tsc": "^2.0.24",
"vuetify": "^3.4.11",
"vuex": "^4.0.2"
},
"packageManager": "yarn@4.0.2"
}