-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.75 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "nuxt-app",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:run": "vitest run",
"typecheck": "nuxt typecheck",
"postinstall": "nuxt prepare && simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{ts,vue,js,mjs,mts}": [
"eslint --fix"
]
},
"dependencies": {
"@floating-ui/vue": "1.1.11",
"@gvade/nuxt3-svg-sprite": "1.0.3",
"@keyringnetwork/keyring-connect-sdk": "3.2.0",
"@nuxt/eslint": "1.15.2",
"@nuxt/kit": "3.21.2",
"@pythnetwork/price-service-client": "1.11.0",
"@reown/appkit": "1.8.19",
"@reown/appkit-adapter-wagmi": "1.8.19",
"@sentry/nuxt": "10.48.0",
"@tanstack/query-core": "5.96.0",
"@tanstack/vue-query": "5.96.2",
"@vueuse/nuxt": "14.2.1",
"@wagmi/core": "2.22.1",
"@wagmi/vue": "0.5.1",
"axios": "1.15.0",
"chart.js": "4.5.1",
"chartjs-plugin-annotation": "3.1.0",
"luxon": "3.7.2",
"modern-normalize": "3.0.1",
"nuxt": "3.21.2",
"viem": "2.47.10",
"vue": "3.5.32",
"vue-chartjs": "5.3.3",
"vue-router": "4.6.4"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "6.14.0",
"@types/luxon": "3.7.1",
"eslint": "9.39.4",
"lint-staged": "16.4.0",
"playwright": "1.59.1",
"sass": "1.99.0",
"simple-git-hooks": "2.13.1",
"tailwindcss": "3.4.19",
"typescript": "5.9.3",
"vitest": "4.1.2",
"vue-tsc": "3.2.6"
},
"overrides": {
"serialize-javascript": "7.0.4",
"unhead": "2.1.12"
},
"license": "MIT"
}