-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/i18n": "^8.0.0",
"@nuxtjs/tailwindcss": "^6.10.3",
"@types/store": "^2.0.5",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"less": "^4.2.0",
"less-loader": "^11.1.4",
"nuxt": "^3.9.0",
"postcss-custom-properties": "^13.3.3",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"typescript": "^5.3.3"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@pinia/nuxt": "^0.5.1",
"@sin7y/ola-abi-wasm": "^0.0.4",
"@sin7y/ola-crypto": "^0.0.4",
"@sin7y/ola-js-sdk": "^0.0.14",
"axios": "^1.6.3",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.10",
"ethers": "^6.10.0",
"flowbite": "^2.2.1",
"notiwind": "^2.0.2",
"nuxt-icon": "^0.6.8",
"qrcode": "^1.5.3",
"store": "^2.0.12",
"tiny-emitter": "^2.1.0",
"tiny-invariant": "^1.3.1",
"vue-gtag-next": "^1.14.0"
}
}