-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "Meta-Chat",
"version": "1.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"animate.css": "^4.1.1",
"bip39": "^3.0.4",
"cryptico-es6": "^1.0.1",
"ipfs": "^0.63.5",
"ipfs-core": "^0.15.4",
"qr-code-styling": "^1.6.0-rc.1",
"shortid": "^2.2.16",
"vue": "^3.2.37",
"vue-metamask": "^2.2.1",
"vue-my-toasts": "^2.0.1",
"vue-router": "^4.1.2",
"vue3-mq": "^3.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@headlessui/vue": "^1.6.7",
"@heroicons/vue": "^1.0.6",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@rollup/plugin-commonjs": "^22.0.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"@types/tailwindcss": "^3.0.11",
"@vitejs/plugin-vue": "^3.0.1",
"autoprefixer": "^10.4.7",
"gulp": "^4.0.2",
"rollup": "^2.77.0",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.1.6",
"vite": "^3.0.2"
}
}