-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
102 lines (102 loc) · 2.92 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
{
"name": "arseed-bundle-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview"
},
"dependencies": {
"arseeding-js": "0.0.31",
"pubsub-js": "^1.9.4",
"@permaweb/aoconnect": "^0.0.48",
"@sentry/tracing": "6.11.0",
"@sentry/vue": "6.11.0",
"@types/qrcode": "^1.5.4",
"@walletconnect/ethereum-provider": "2.10.2",
"@walletconnect/modal": "2.6.2",
"@zxing/library": "^0.20.0",
"arseeding-arbundles": "^0.6.27",
"arweave": "1.11.9",
"axios": "0.21.1",
"babylonjs-viewer": "4.2.1",
"bignumber.js": "9.0.1",
"buffer": "6.0.3",
"clipboard": "2.0.8",
"compare-versions": "^6.1.0",
"crypto-js": "^4.1.1",
"dayjs": "1.10.6",
"element-plus": "1.1.0-beta.20",
"ethers": "5.4.1",
"html2canvas": "^1.4.1",
"keccak": "3.0.4",
"lodash": "4.17.21",
"lottie-web": "^5.12.2",
"mitt": "2.1.0",
"qrcode": "^1.5.3",
"query-string": "7.0.1",
"redstone-api": "0.4.6",
"resize-detector": "0.3.0",
"stream-browserify": "3.0.0",
"swiper": "6.8.4",
"ua-parser-js": "^1.0.37",
"uuid": "8.3.2",
"vue": "3.2.20",
"vue-i18n": "9.1.7",
"vue-router": "4.0.10",
"vue3-circle-progress": "1.0.7",
"vue3-scroll-picker": "0.1.15",
"vuex": "4.0.2",
"vuex-persistedstate": "4.0.0",
"walletlink": "2.4.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@esbuild-plugins/node-modules-polyfill": "0.2.2",
"@intlify/unplugin-vue-i18n": "1.4.0",
"@rollup/plugin-inject": "5.0.4",
"@types/crypto-js": "^4.1.2",
"@types/keccak": "3.0.1",
"@types/lodash": "4.14.181",
"@types/node": "17.0.21",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "8.3.1",
"@types/web3": "1.2.2",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vitejs/plugin-vue": "4.4.0",
"@vue/eslint-config-standard": "8.0.1",
"@vue/eslint-config-typescript": "12.0.0",
"autoprefixer": "9",
"eslint": "8.51.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-with-typescript": "39.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "9.17.0",
"lint-staged": "11.0.1",
"postcss": "7",
"postcss-nesting": "12.0.1",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-polyfill-node": "0.12.0",
"sass": "1.69.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "5.0.2",
"vite": "4.4.5",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-mkcert": "^1.16.0",
"vite-tsconfig-paths": "4.2.1",
"vue-tsc": "1.8.5"
},
"engines": {
"node": ">= 16.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}