-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
51
52
53
54
55
56
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "graphql-codegen && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "nuxt generate && touch .output/public/.nojekyll && gh-pages --dotfiles -d .output/public -t true",
"graphql:watch": "graphql-codegen --watch"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@graphql-codegen/cli": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.0",
"@nuxthq/ui": "^2.1.0",
"@nuxtjs/apollo": "^5.0.0-alpha.6",
"@nuxtjs/eslint-module": "^4.1.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@types/node": "^18.17.1",
"eslint": "^8.41.0",
"gh-pages": "^5.0.0",
"nuxt": "^3.5.1",
"nuxt-headlessui": "^1.1.4",
"nuxt-quasar-ui": "^1.7.3",
"rollup-plugin-node-polyfills": "^0.2.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite-plugin-node-polyfills": "^0.9.0"
},
"overrides": {
"vue": "latest"
},
"dependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@pinia-orm/nuxt": "^1.6.7",
"@pinia/nuxt": "^0.4.11",
"@quasar/extras": "^1.16.4",
"@rollup/plugin-inject": "^5.0.3",
"@taquito/beacon-wallet": "^17.1.1",
"@taquito/taquito": "^17.1.1",
"bs58check": "^3.0.1",
"buffer": "^6.0.3",
"dayjs": "^1.11.8",
"events": "^3.3.0",
"numbro": "^2.3.6",
"pinia": "^2.1.3",
"pinia-orm": "^1.6.7",
"quasar": "^2.12.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vite-compatible-readable-stream": "^3.6.1"
}
}