-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
67 lines (67 loc) · 1.93 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
57
58
59
60
61
62
63
64
65
66
67
{
"private": true,
"name": "merklin",
"type": "module",
"version": "0.6.1",
"repository": "toniengelhardt/merklin",
"author": "Degenerate humans",
"license": "MIT",
"packageManager": "[email protected]",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxt dev",
"sdev": "nuxt dev --https --ssl-cert localhost.pem ssl-key localhost-key.pem",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs",
"lint": "eslint --ext .vue,.js,.ts,.mjs .",
"lint:ci": "eslint --ext .vue,.js,.ts,.mjs .",
"typecheck": "vue-tsc",
"typecheck:ci": "vue-tsc --noEmit",
"test": "vitest",
"test:ci": "vitest"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@antfu/eslint-config": "^0.38.5",
"@kevinmarrec/nuxt-pwa": "0.17.0",
"@nuxt/test-utils": "^3.4.1",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/plausible": "^0.2.0",
"@unocss/nuxt": "^0.51.4",
"@unocss/transformer-directives": "^0.51.4",
"@vitest/ui": "^0.30.1",
"@vueuse/nuxt": "^10.0.2",
"eslint": "^8.38.0",
"nuxt": "3.4.1",
"nuxt-headlessui": "1.1.4",
"nuxt-icon": "^0.3.3",
"nuxt-og-image": "^1.5.8",
"playwright": "^1.32.3",
"typescript": "^5.0.4",
"vitest": "^0.30.1",
"vue-tsc": "^1.2.0"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.4.8",
"@wagmi/core": "^0.10.9",
"alchemy-sdk": "^2.8.0",
"buffer": "^6.0.3",
"chart.js": "^4.2.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^2.2.1",
"date-fns": "^2.29.3",
"ethers": "^5.7.2",
"events": "^3.3.0",
"process": "^0.11.10",
"util": "^0.12.5",
"uuid": "^9.0.0",
"vue-blockies": "^1.0.0",
"vue-chartjs": "^5.2.0",
"vue-cryptoicon": "0.18.1"
}
}