-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "analytics-ui",
"version": "0.0.1",
"description": "Analytics UI created with Nuxt 3 + Tailwind CSS",
"author": {
"name": "Behon Baker",
"email": "behon.baker@yahoo.com",
"url": "https://behonbaker.com"
},
"scripts": {
"build": "nuxt build",
"clean": "rm -rf .nuxt dist node_modules package-lock.json yarn.lock && npm i",
"dev": "nuxt dev --host",
"format:prettier": "prettier --write .",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview"
},
"dependencies": {
"@morev/vue-transitions": "^3.0.5",
"@vueuse/nuxt": "^12.2.0",
"chart.js": "^4.4.7",
"nuxt-headlessui": "^1.2.0",
"vue-chartjs": "^5.3.2"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.2",
"@types/chart.js": "^2.9.41",
"@types/node": "^22.10.2",
"nuxt": "^3.14.1592",
"nuxt-icon": "^0.6.10",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwind-scrollbar": "^3.1.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
}
}