mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"name": "example-coffeescript",
|
|
"version": "1.0.0",
|
|
"description": "Nuxt.js with CoffeeScript",
|
|
"author": "Alex Ananiev <alex.ananiev.r@gmail.com>",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
},
|
|
"dependencies": {
|
|
"nuxt-edge": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-loader": "^0.8.0",
|
|
"coffeescript": "^2.0.1"
|
|
}
|
|
}
|