Ryujinx-Website/package.json
dependabot[bot] e838c84bed
Bump postcss from 8.4.24 to 8.4.31 (#35)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 03:59:00 +01:00

36 lines
900 B
JSON

{
"name": "ryujinx-website",
"version": "3.1.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"vue-i18n": "^9.2.2",
"@heroicons/vue": "^1.0.6",
"axios": "^0.27.2",
"dayjs": "^1.11.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.2",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.2.7",
"vue-tsc": "^0.39.5",
"prettier": "^2.7.1",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.3.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "16.11.48"
}
}