jointrashposs/package.json
nuxt-studio[bot] de7f610e20
chore(deps): update studio non-major dependencies (#7)
Co-authored-by: nuxt-studio[bot] <117276984+nuxt-studio[bot]@users.noreply.github.com>
2023-11-07 00:26:47 +09:00

49 lines
1.3 KiB
JSON

{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@babel/parser": "^7.22.16",
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@nuxt/content": "npm:@nuxt/content-edge@2.9.0-28315240.7dcbf13",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/i18n": "8.0.0-beta.13",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.17.15",
"@types/nprogress": "^0.2.2",
"@types/rellax": "^1.7.4",
"@types/three": "^0.153.0",
"@types/tinycolor2": "^1.4.3",
"autoprefixer": "^10.4.15",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"github-markdown-css": "^5.2.0",
"meshline": "^3.1.6",
"mfm-js": "^0.23.3",
"misskey-js": "^0.0.16",
"nprogress": "^0.2.0",
"nuxt": "^3.8.1",
"postcss": "^8.4.29",
"rellax": "^1.12.1",
"sass": "^1.66.1",
"schema-dts": "^1.1.2",
"sitemap": "^7.1.1",
"tailwindcss": "^3.3.3",
"three": "^0.154.0",
"tinycolor2": "^1.6.0",
"ufo": "^1.3.0",
"vite-svg-loader": "^4.0.0"
},
"packageManager": "pnpm@8.6.0",
"dependencies": {
"js-yaml": "^4.1.0",
"nanoid": "^5.0.2"
}
}