mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"name": "nuxt-proxy",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^4.4.0",
|
|
"@nuxtjs/proxy": "^1.1.2",
|
|
"nuxt": "latest"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|