mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
20 lines
369 B
JSON
20 lines
369 B
JSON
{
|
|
"name": "example-with-element-ui",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"element-ui": "^2.6.3",
|
|
"nuxt": "2.x"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"post-update": "yarn upgrade --latest"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.29.0",
|
|
"sass-loader": "^10.1.0"
|
|
}
|
|
}
|