mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
afcaaff57d
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Pooya Parsa <pyapar@gmail.com>
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"name": "example-locale",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxi build",
|
|
"dev": "nuxi dev",
|
|
"start": "nuxi preview"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/ui": "npm:@nuxt/ui-edge@latest",
|
|
"nuxt3": "latest"
|
|
}
|
|
}
|