-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.1 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
71
72
73
74
75
76
{
"name": "dotpoap-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"cf-typegen": "wrangler types",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky",
"typecheck": "nuxt typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@dedot/chaintypes": "^0.211.0",
"@kodadot1/minipfs": "0.4.3-rc.2",
"@kodadot1/static": "^0.0.7",
"@kodadot1/uniquery": "^0.7.2-rc.1",
"@nuxt/eslint": "^1.4.1",
"@nuxt/icon": "^2.0.0",
"@nuxt/image": "^1.10.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^10.1.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@pinia/nuxt": "^0.11.2",
"@polkadot/api": "^16.4.1",
"@polkadot/extension-dapp": "^0.61.3",
"@polkadot/util-crypto": "^13.5.3",
"@polkadot/vue-identicon": "^3.16.1",
"@types/vue-select": "^3.16.8",
"@vee-validate/zod": "^4.13.2",
"@vite-pwa/nuxt": "0.10.6",
"@vue-final-modal/nuxt": "^1.0.3",
"@vueuse/core": "^13.3.0",
"chart.js": "^4.5.1",
"chartjs-chart-geo": "^4.3.6",
"chroma-js": "^3.1.2",
"consola": "^3.4.2",
"dedot": "^1.0.2",
"emoji-blast": "^0.10.2",
"jszip": "^3.10.1",
"lint-staged": "^16.1.0",
"lodash": "^4.17.21",
"luxon": "^3.6.1",
"nuxt": "^4.1.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.12",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.4",
"tailwindcss": "^3.4.4",
"topojson-client": "^3.1.0",
"vee-validate": "^4.13.2",
"vue": "^3.4.27",
"vue-chartjs": "^5.3.3",
"vue-final-modal": "^4.5.4",
"vue-router": "^4.3.2",
"vue3-select-component": "^0.11.6",
"zod": "^3.25.42"
},
"lint-staged": {
"*.{js,ts,vue,css,md}": "prettier --write"
},
"packageManager": "pnpm@9.2.0",
"devDependencies": {
"@types/chroma-js": "^3.1.1",
"@types/lodash": "^4.17.14",
"@types/luxon": "^3.6.2",
"@types/qrcode": "^1.5.5",
"husky": "^9.1.7",
"wrangler": "^4.76.0"
}
}