-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 2 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
{
"name": "opepen-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 6969",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/icon-fill.svg"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/node": "^18.15.13",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/nuxt": "^0.6.0",
"nuxt": "^3.11.2",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.0",
"postcss-preset-env": "^7.8.2",
"sharp": "^0.33.3"
},
"dependencies": {
"@delegatexyz/sdk": "^0.5.2",
"@tresjs/cientos": "^4.0.3",
"@tresjs/core": "^4.3.1",
"@tresjs/nuxt": "^3.0.7",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"@vueuse/integrations": "^10.5.0",
"@wagmi/core": "^1.3.2",
"apg-js": "git+https://github.com/runic-inc/apg-js#8bb92ff0780819170fee7e756d26e0562e442983",
"buffer": "^6.0.3",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.2",
"codemirror": ">=5.64.0 <6",
"codemirror-editor-vue3": "^2.5.8",
"ethers": "npm:ethers",
"ethers5": "npm:ethers@^5.7.2",
"events": "^3.3.0",
"feather-icons": "4",
"hls.js": "^1.5.8",
"html2canvas": "^1.4.1",
"luxon": "^3.3.0",
"opepen-standard": "^1.0.1",
"siwe": "^2.1.4",
"sortablejs": "^1.15.0",
"three": "^0.171.0",
"viem": "^1.2.2",
"vue-chartjs": "^5.3.1",
"vue-feather": "2",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"resolutions": {
"vue-query": "2.0.0-beta.12",
"apg-js": "git+https://github.com/runic-inc/apg-js#8bb92ff0780819170fee7e756d26e0562e442983",
"siwe/**/apg-js": "git+https://github.com/runic-inc/apg-js#8bb92ff0780819170fee7e756d26e0562e442983",
"siwe-parser/**/apg-js": "git+https://github.com/runic-inc/apg-js#8bb92ff0780819170fee7e756d26e0562e442983"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}