aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: af59eb4c48bbac5cce30d13035b2a19d516317e7 (plain) (blame)
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
{
    "name": "hiruki",
    "version": "0.5.0",
    "private": true,
    "type": "module",
    "scripts": {
        "build": "nuxt build",
        "dev": "nuxt dev",
        "generate": "nuxt generate",
        "preview": "nuxt preview",
        "postinstall": "nuxt prepare"
    },
    "devDependencies": {
        "@nuxt/image": "^1.1.0",
        "@nuxtjs/google-fonts": "^3.1.3",
        "@nuxtjs/tailwindcss": "^6.10.3",
        "nuxt": "^3.9.0",
        "nuxt-disqus": "^1.0.1",
        "nuxt-icon": "^0.6.8",
        "sass": "^1.69.7",
        "vue": "^3.4.5",
        "vue-router": "^4.2.5"
    },
    "author": "kenimarru",
    "license": "MIT"
}