-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "miguelrincon",
"version": "1.0.0",
"description": "Miguel rincon isomorphic website",
"author": "Alberto del Valle <alberto.dvc@gmail.com>",
"private": true,
"dependencies": {
"@nuxtjs/markdownit": "^1.2.1",
"babel-eslint": "^8.2.1",
"compass-mixins": "^0.12.10",
"contentful": "^5.0.5",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"img-svg-inline-loader": "^1.3.2",
"lodash": "^4.17.10",
"markdown-it": "^8.4.2",
"modularscale-sass": "^3.0.5",
"node-compass": "^0.2.4",
"node-sass": "^4.7.2",
"nuxt": "^1.4.0",
"sass-loader": "^6.0.6",
"vue-i18n": "^8.0.0",
"vue-youtube": "^1.2.5"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"generate:noindex": "npm run generate && echo 'User-agent: *\nDisallow: /' > dist/robots.txt",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "node test.js",
"clean": "node scripts/clean_space.js",
"preimport:db": "node scripts/bootstrap.js",
"import:db": "node scripts/import_db.js"
},
"devDependencies": {
"contentful-import": "^7.4.1",
"contentful-management": "^5.2.2"
}
}