mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
14 lines
220 B
JSON
14 lines
220 B
JSON
|
{
|
||
|
"name": "uikit-nuxt",
|
||
|
"dependencies": {
|
||
|
"nuxt": "latest",
|
||
|
"uikit": "^3.0.0-beta.30",
|
||
|
"jquery": "^3.2.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "nuxt",
|
||
|
"build": "nuxt build",
|
||
|
"start": "nuxt start"
|
||
|
}
|
||
|
}
|