-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.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
{
"name": "invictus-lords",
"version": "0.0.0",
"scripts": {
"build": "vite build",
"preview": "vite preview --port 4173",
"vercel-dev-helper": "vite --port $PORT",
"vdev": "vercel dev --local-config ./vercel-dev.json"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@metamask/detect-provider": "^1.2.0",
"alchemy-sdk": "^2.0.4",
"array-sort": "^1.0.0",
"axios": "^0.27.2",
"date-and-time": "^2.4.1",
"debounce": "^1.2.1",
"eth-rpc-errors": "^4.0.3",
"ethers": "^5.7.0",
"flowbite": "^1.5.3",
"json-url": "^3.0.0",
"mongodb": "^4.2.0",
"object-hash": "^3.0.0",
"openid": "^2.0.10",
"unique-username-generator": "^1.1.1",
"vue": "^2.7.7",
"vue-carousel": "^0.18.0",
"vue-dragscroll": "3.0.1",
"vue-gtag": "^1.16.1",
"vue-hotjar": "^1.4.0",
"vue-number-animation": "^1.1.2",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue2": "^1.1.2",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"sass": "^1.54.5",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.1.8",
"terser": "^5.14.2",
"vite": "^3.0.2"
}
}