Ryujinx-Website/package.json
Thog 8134389b9f Rewrite website using Gridsome
TODO:
- migrate to vuetify 2.x
- CI integration
- move team.json to another repository
2020-02-07 16:11:27 +01:00

19 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"
}
}