-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 961 Bytes
/
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
{
"name": "nuxt-3-email-dashboard",
"private": false,
"license": "MIT",
"author": {
"name": "Behon Baker",
"email": "behon.baker@yahoo.com",
"url": "https://behonbaker.com"
},
"description": "Email Dashboard created with Nuxt 3 + TailwindCSS",
"version": "1.0.0",
"scripts": {
"afterClone": "rm -rf .nuxt dist node_modules package-lock.json && npm install",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/device": "^3.2.4",
"@types/node": "^22.10.2",
"autoprefixer": "^10.4.20",
"nuxt": "^3.15.0",
"nuxt-icon": "^0.6.10",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
},
"dependencies": {
"@davestewart/nuxt-scrollbar": "^1.0.0",
"file-extension-icon-js": "^1.1.6",
"floating-vue": "^5.2.2",
"vue": "latest",
"vue-router": "latest"
}
}