-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.09 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
68
69
{
"name": "dotpoap-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview"
},
"dependencies": {
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@kodadot1/minipfs": "0.4.3-rc.2",
"@kodadot1/static": "^0.0.7",
"@kodadot1/sub-api": "0.4.0-rc.2",
"@kodadot1/uniquery": "0.7.2-rc.0",
"@nuxt/eslint": "^0.3.13",
"@nuxt/icon": "^1.9.1",
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.5.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"@polkadot/api": "^13.1.1",
"@polkadot/extension-dapp": "^0.52.3",
"@polkadot/types-codec": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/vue-identicon": "^3.10.1",
"@vee-validate/zod": "^4.13.2",
"@vite-pwa/nuxt": "0.10.6",
"@vue-final-modal/nuxt": "^1.0.3",
"@vueuse/core": "^10.11.0",
"consola": "^3.2.3",
"lint-staged": "^15.2.5",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"nuxt": "^3.12.1",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.2",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.4",
"tailwindcss": "^3.4.4",
"vee-validate": "^4.13.2",
"vue": "^3.4.27",
"vue-final-modal": "^4.5.4",
"vue-router": "^4.3.2",
"zod": "^3.23.8"
},
"lint-staged": {
"*.{js,ts,vue,css,md}": "prettier --write"
},
"packageManager": "pnpm@9.2.0+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771",
"devDependencies": {
"@histoire/plugin-nuxt": "^0.17.17",
"@histoire/plugin-vue": "^0.17.17",
"@types/lodash": "^4.17.14",
"@types/luxon": "^3.4.2",
"@types/qrcode": "^1.5.5",
"histoire": "^0.17.17",
"husky": "^9.0.11"
}
}