-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.77 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
79
80
81
82
83
84
85
86
87
88
{
"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": "prettier --write --list-different ."
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.0.0",
"@nuxt/devtools": "^1.2.0",
"@nuxt/eslint": "^0.3.10",
"@nuxtjs/tailwindcss": "^6.12.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash": "^4.14.195",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.8",
"@types/qrcode": "^1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"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.49",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.17",
"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.18.2",
"@encointer/worker-api": "^0.18.2",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@headlessui/tailwindcss": "^0.2.1",
"@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",
"@tailwindcss/container-queries": "^0.1.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.9.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.7",
"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"
},
"packageManager": "[email protected]+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}