8134389b9f
TODO: - migrate to vuetify 2.x - CI integration - move team.json to another repository
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"name": "ryujinx_website",
|
|
"version": "2.0.0",
|
|
"description": "Ryujinx Website",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "gridsome build",
|
|
"develop": "gridsome develop",
|
|
"explore": "gridsome explore"
|
|
},
|
|
"dependencies": {
|
|
"gridsome": "^0.7.0",
|
|
"vuetify": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack-node-externals": "^1.7.2"
|
|
}
|
|
}
|