-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.21 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
{
"private": true,
"type": "module",
"scripts": {
"startProduction": "npm run build && source .env && node .output/server/index.mjs",
"build": "npx nuxi build",
"dev": "npx nuxi dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "jest --coverage"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.15.2",
"@grpc/grpc-js": "^1.8.14",
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@mdi/font": "^7.2.96",
"@metamask/detect-provider": "^2.0.0",
"@metamask/eth-sig-util": "^5.1.0",
"@nuxt/kit": "^3.5.0",
"@pinia/nuxt": "^0.4.11",
"@popperjs/core": "^2.11.7",
"@protobuf-ts/grpcweb-transport": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobuf-ts/runtime-rpc": "^2.9.0",
"@types/google.maps": "^3.53.1",
"@types/node": "^18.16.13",
"@unhead/vue": "^1.1.27",
"buffer": "^6.0.3",
"defu": "^6.1.2",
"nuxt": "^3.5.0",
"ufo": "^0.8.6",
"v-calendar": "^3.0.3",
"vite": "^4.3.8",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.1",
"vuetify": "^3.2.5"
},
"devDependencies": {
"jest": "^29.5.0"
}
}