forked from themesberg/tailwind-nuxt-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 806 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
{
"name": "tailwind-nuxt-starter",
"version": "1.0.0",
"description": "A free and open-source starter project to help you get started with the core Flowbite Library components and Nuxt.js",
"license": "MIT",
"repository": "https://github.com/themesberg/tailwind-nuxt-starter",
"homepage": "https://flowbite.com/docs/getting-started/nuxt/",
"contributors": [
"Zoltán Szőgyényi (https://twitter.com/zoltanszogyenyi)"
],
"author": "Bergside Inc.",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/tailwindcss": "^6.2.0",
"nuxt": "3.0.0"
},
"dependencies": {
"flowbite": "^1.6.3"
}
}