-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "finwave",
"version": "1.4.1",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@neojp/tailwindcss-important-variant": "^1.0.1",
"@nuxt/image": "^1.7.0",
"@types/node": "^18",
"autoprefixer": "^10.4.14",
"nuxt": "^3.10.1",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@coingecko/cryptoformat": "^0.5.4",
"@headlessui/vue": "^1.7.13",
"@nuxt/types": "^2.16.3",
"@nuxtjs/i18n": "^8.0.0-rc.4",
"@nuxtjs/mdc": "^0.8.3",
"@vueform/multiselect": "^2.6.2",
"@vuepic/vue-datepicker": "^5.4.0",
"@vueuse/core": "^10.11.0",
"apexcharts": "^3.41.0",
"async-mutex": "^0.5.0",
"daisyui": "^4.4.19",
"mini-svg-data-uri": "^1.4.4",
"moment": "^2.30.1",
"nuxt-papa-parse": "^1.0.8",
"pretty-bytes": "^6.1.1",
"vue-multiselect": "^3.0.0-beta.2",
"vue3-apexcharts": "^1.4.4",
"vue3-treeselect": "^0.1.10"
}
}