d952fb10c4
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.8 to 3.2.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v3.2.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
35 lines
900 B
JSON
35 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": "^1.6.0",
|
|
"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.10",
|
|
"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"
|
|
}
|
|
}
|