This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.61 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
{
"name": "algofractals",
"version": "0.1.1",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview",
"start": "vite build && vite preview --port 8080"
},
"dependencies": {
"@json-rpc-tools/utils": "^1.7.6",
"@randlabs/myalgo-connect": "^1.1.2",
"@sentry/tracing": "6.19.7",
"@sentry/vue": "6.19.7",
"@walletconnect/client": "1.7.8",
"algorand-walletconnect-qrcode-modal": "1.7.4",
"algosdk": "1.15.0",
"buffer": "^6.0.3",
"daisyui": "^1.22.0",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"nft.storage": "6.2.0",
"particles.vue3": "^1.22.0",
"path": "^0.12.7",
"safe-buffer": "^5.2.1",
"tslib": "^2.3.1",
"vue": "^3.2.26",
"vue-plugin-load-script": ">=2.0.0",
"vue-router": "^4.0.12",
"vue-window-size": "^1.1.2",
"vuex": "^4.0.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@heroicons/vue": "1.0.5",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.4.0",
"@tailwindcss/line-clamp": "0.3.0",
"@tailwindcss/typography": "0.5.0",
"@types/tailwindcss": "3.0.2",
"@vitejs/plugin-vue": "2.0.1",
"autoprefixer": "10.4.2",
"rollup-plugin-polyfill-node": "^0.9.0",
"tailwindcss": "3.0.24",
"vite": "2.9.6",
"vite-plugin-external-worker": "^0.1.0",
"worker-loader": "^3.0.8"
}
}