mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
4b321441e5
[skip ci]
14 lines
220 B
JSON
14 lines
220 B
JSON
{
|
|
"name": "example-pug",
|
|
"dependencies": {
|
|
"nuxt-edge": "latest",
|
|
"pug": "^2.0.3",
|
|
"pug-loader": "^2.4.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|