Nuxt/examples/coffeescript/package.json

21 lines
446 B
JSON
Raw Normal View History

2018-01-05 08:43:35 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-coffeescript",
2018-01-05 08:43:35 +00:00
"version": "1.0.0",
2020-11-30 22:44:04 +00:00
"description": "Nuxt with CoffeeScript",
2018-01-05 08:43:35 +00:00
"author": "Alex Ananiev <alex.ananiev.r@gmail.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
2018-01-05 08:43:35 +00:00
},
"dependencies": {
"nuxt": "latest"
2018-01-05 08:43:35 +00:00
},
"devDependencies": {
"coffee-loader": "^0.8.0",
"coffeescript": "^2.0.1"
2018-01-05 08:43:35 +00:00
}
}