forked from byteball/obyte-explorer-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "obyte_explorer_v2_js",
"version": "2.0.0",
"description": "Obyte explorer v2",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"autoprefixer": "^10.4.16",
"nuxt": "^3.8.2",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vue": "^3.3.10",
"vue-router": "^4.2.5"
},
"dependencies": {
"@heroicons/vue": "^1.0.6",
"@nuxt-alt/proxy": "^2.5.5",
"@nuxtjs/i18n": "^8.0.0",
"@nuxtjs/tailwindcss": "^6.10.4",
"@pinia/nuxt": "^0.5.1",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@tarekraafat/autocomplete.js": "^10.2.7",
"@vueuse/core": "^10.7.1",
"@vueuse/head": "^2.0.0",
"axios": "^1.6.5",
"daisyui": "^2.19.0",
"echarts": "^5.4.3",
"luxon": "^3.4.4",
"socket.io-client": "^4.7.2",
"vue-echarts": "^6.6.8",
"vue-i18n": "^9.9.0"
}
}