forked from Shubhisingh921/SOLTORRENT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "soldrive",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@bundlr-network/client": "^0.8.0",
"@project-serum/anchor": "^0.25.0",
"@solana/wallet-adapter-wallets": "^0.16.8",
"@vueuse/core": "^9.1.0",
"bignumber.js": "^9.1.0",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"popper.js": "^1.16.1",
"solana-wallets-vue": "^0.4.2",
"util": "^0.12.4",
"vue": "^3.2.37",
"vue-click-outside": "^1.1.0",
"vue-pdf-embed": "^1.1.4",
"vue-plyr": "^7.0.0",
"vue-router": "4",
"vue-toastification": "^2.0.0-rc.5",
"vue3-dropzone": "^0.0.7"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@heroicons/vue": "^1.0.6",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-inject": "^4.0.4",
"@types/crypto-js": "^4.1.1",
"@vitejs/plugin-vue": "^3.0.0",
"autoprefixer": "^10.4.7",
"daisyui": "^2.24.0",
"postcss": "^8.4.14",
"rollup-plugin-node-polyfills": "^0.2.1",
"sass": "^1.54.4",
"tailwindcss": "^3.1.6",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vue-tsc": "^0.38.4"
}
}