mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"name": "example-uikit",
|
|
"dependencies": {
|
|
"nuxt-edge": "latest",
|
|
"uikit": "^3.0.0-beta.30",
|
|
"jquery": "^3.2.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|