mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
32 lines
841 B
JSON
32 lines
841 B
JSON
{
|
|
"name": "with-coffee",
|
|
"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",
|
|
"generate": "nuxt generate",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"precommit": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"coffee-loader": "^0.8.0",
|
|
"coffeescript": "^2.0.1",
|
|
"eslint": "^4.3.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-loader": "^1.9.0",
|
|
"eslint-plugin-html": "^3.1.1",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-node": "^5.1.1",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-standard": "^3.0.1"
|
|
}
|
|
}
|