toshiki-home-nuxt3/package.json
2024-05-09 00:51:12 -07:00

95 lines
2.4 KiB
JSON
Executable File

{
"private": true,
"license": "MIT",
"version": "6.0.0",
"homepage": "https://toshiki.dev",
"engines": {
"node": ">=16.9"
},
"author": {
"name": "Anda Toshiki",
"email": "hello@toshiki.dev",
"url": "https://toshiki.dev"
},
"bugs": {
"email": "hello@toshiki.dev",
"url": "https://github.com/andatoshiki/toshiki-home-nuxt3/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/andatoshiki/toshiki-home-nuxt3.git"
},
"funding": [
{
"type": "individual",
"url": "https://toshiki.dev/donate"
},
{
"type": "github",
"url": "https://github.com/sponsors/andatoshiki"
}
],
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "prettier --write .",
"function": "netlify functions:serve"
},
"dependencies": {
"@andatoshiki/vue-lanyard": "^0.0.0",
"@netlify/functions": "^1.4.0",
"@nuxt/content": "1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@types/prismjs": "^1.26.0",
"@vue/runtime-dom": "^3.2.47",
"core-js": "^3.30.1",
"lastfm-typed": "^2.1.0",
"medium-zoom": "^1.0.8",
"moment-timezone": "^0.5.43",
"nuxt-vite": "^0.3.5",
"nuxt-webfontloader": "^1.1.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"sass": "^1.62.0",
"vue-cmd-menu": "^0.1.9",
"vue-disqus": "^4.0.1",
"vue-tippy": "^4.16.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@nuxt/image": "^0.7.1",
"@nuxt/types": "^2.16.3",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/color-mode": "2.1.1",
"@nuxtjs/firebase": "^8.2.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/moment": "^1.6.1",
"@types/react": "^18.0.37",
"@types/sharp": "^0.31.1",
"client": "link:@@waline/client",
"dotenv": "^16.0.3",
"dplayer": "^1.27.1",
"firebase": "^10.11.0",
"isomorphic-unfetch": "^4.0.2",
"netlify-cli": "^17.22.1",
"nuxt": "^2.17.0",
"nuxt-windicss": "^2.6.1",
"postcss-preset-env": "^8.3.2",
"prettier": "^2.8.7",
"rehype-katex": "^5.0.0",
"remark-math": "^4.0.0",
"sass-loader": "10.1.1",
"satori": "^0.4.13",
"sharp": "^0.32.0",
"vite": "^4.2.2",
"vue-dplayer": "^0.0.10"
}
}