mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
ee7ad7741e
[skip ci]
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"name": "example-styled-vue",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"nuxt-edge": "latest"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"post-update": "yarn upgrade --latest"
|
|
},
|
|
"devDependencies": {
|
|
"styled-vue": "^0.1.3"
|
|
}
|
|
}
|