mirror of
https://github.com/Ryujinx/Ryujinx-Website.git
synced 2025-01-10 01:17:19 -03:00
14a7d5f5d1
* Increment version + docs update * Increment version + docs update * Increment version + docs update
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": "^0.27.2",
|
|
"dayjs": "^1.11.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.2",
|
|
"autoprefixer": "^10.4.8",
|
|
"postcss": "^8.4.16",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.0.6",
|
|
"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"
|
|
}
|
|
}
|