-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.29 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
70
71
72
73
74
75
76
77
78
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "NUXT_HOST=0.0.0.0 nuxt dev --force",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start",
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:eslint": "eslint .",
"lint:prettier": "prettier . --check",
"lintfix": "eslint . --fix && prettier --write --list-different ."
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
"@nuxt/eslint": "^0.3.10",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/lodash": "^4.14.195",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.8",
"@types/qrcode": "^1",
"autoprefixer": "^10.4.17",
"esbuild": "^0.20.2",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"install": "^0.13.0",
"nuxt": "^3.11.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
},
"dependencies": {
"@encointer/util": "^0.16.0-alpha.2",
"@encointer/worker-api": "^0.16.0-alpha.2",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.3",
"@material-tailwind/html": "^2.2.2",
"@nuxt/content": "^2.12.1",
"@nuxt/http": "^0.6.4",
"@nuxt/ui": "^2.15.2",
"@pinia/nuxt": "^0.5.1",
"@polkadot/api": "^11.2.1",
"@polkadot/extension-dapp": "^0.47.6",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/wasm-util": "^7.3.2",
"@polkadot/x-randomvalues": "^12.6.2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.9.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.30",
"joi": "^17.9.2",
"lodash": "^4.17.21",
"nodemailer": "^6.9.4",
"nuxt-svgo": "^4.0.0",
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"sass": "^1.75.0",
"tailwind-merge": "^2.5.2",
"vue-pagination-2": "^3.1.0",
"vue-qrcode": "^2.2.2",
"vue-qrcode-reader": "^5.5.4",
"vue3-form-wizard": "^0.2.3",
"vuetify": "^3.7.0"
}
}