mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"name": "nuxt-global-css",
|
|
"dependencies": {
|
|
"bulma": "^0.4.0",
|
|
"hover.css": "^2.2.0",
|
|
"node-sass": "^4.5.1",
|
|
"nuxt": "^0.10.0",
|
|
"sass-loader": "^6.0.3"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|