mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"name": "example-hello-world",
|
|
"dependencies": {
|
|
"@nuxt/http": "^0.3.8",
|
|
"nuxt-start": "latest",
|
|
"vue-content-placeholders": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"nuxt": "latest"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"post-update": "yarn upgrade --latest"
|
|
}
|
|
}
|