mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
23 lines
459 B
JSON
23 lines
459 B
JSON
{
|
|
"name": "rpcsx-site",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vicons/carbon": "^0.12.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"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"
|
|
}
|
|
}
|