mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
29 lines
628 B
JSON
29 lines
628 B
JSON
{
|
|
"name": "rpcsx-site",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript-eslint": "^8.4.0",
|
|
"@vicons/carbon": "^0.12.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"eslint": "^9.9.1",
|
|
"eslint-plugin-vue": "^9.28.0",
|
|
"naive-ui": "^2.34.4",
|
|
"unplugin-auto-import": "^0.16.6",
|
|
"unplugin-vue-components": "^0.25.1",
|
|
"vfonts": "^0.0.3",
|
|
"vite": "^4.3.9"
|
|
}
|
|
}
|