mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
14 lines
201 B
JSON
14 lines
201 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"name": "fixture-basic",
|
||
|
"scripts": {
|
||
|
"dev": "nuxt dev",
|
||
|
"build": "nuxt build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"core-js": "^3",
|
||
|
"nuxt": "^2",
|
||
|
"vue": "^2"
|
||
|
}
|
||
|
}
|