mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"name": "example-hello-world",
|
|
"dependencies": {
|
|
"nuxt-edge": "latest",
|
|
"wingcss": "^1.0.0-beta"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|