mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
16 lines
255 B
JSON
16 lines
255 B
JSON
|
{
|
||
|
"name": "example-styled-vue",
|
||
|
"version": "1.0.0",
|
||
|
"dependencies": {
|
||
|
"nuxt-edge": "latest"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "nuxt",
|
||
|
"build": "nuxt build",
|
||
|
"start": "nuxt start"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"styled-vue": "^0.1.3"
|
||
|
}
|
||
|
}
|