-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@howbizarre/mentha",
"version": "0.2.3",
"description": "This boilerplate is based on Nuxt 3 with Nuxt Content. TypeScript support and TailwindCSS for styling. Added Nuxt Color Mode module for Dark and Light theme. Nuxt Icon module and TailwindCSS Typography Plugin have also been added.",
"homepage": "https://mentha.bizarre.how/",
"license": "CC-BY-4.0",
"repository": "github:@howbizarre/mentha",
"author": "How Bizarre <com.gmail@bizarre.how>",
"keywords": [
"nuxt",
"nuxt3",
"vue",
"vue3",
"tailwindcss",
"tailwind",
"typescript",
"boilerplate",
"template",
"javascript",
"vuejs",
"node",
"component",
"starter",
"theme",
"dark",
"dark theme",
"vue 3",
"color mode",
"icon"
],
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 3377",
"idx": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "^2.13.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt": "^3.13.2",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxthq/studio": "^2.1.1",
"@nuxtjs/color-mode": "^3.5.1",
"@tailwindcss/typography": "^0.5.15",
"nuxt-icon": "^0.6.10"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}