2018-09-09 14:50:38 +00:00
{
"name" : "awesome-cheatsheets" ,
"version" : "1.0.0" ,
"description" : "Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file." ,
"author" : "Julien <julien.le.coupanec@gmail.com>" ,
"private" : true ,
"scripts" : {
"dev" : "nuxt" ,
2018-10-02 16:39:36 +00:00
"build" : "NODE_ENV=production nuxt build" ,
2018-09-09 14:50:38 +00:00
"start" : "nuxt start" ,
2018-09-09 22:00:28 +00:00
"generate" : "NODE_ENV=production nuxt generate" ,
2018-09-09 14:50:38 +00:00
"lint" : "eslint --ext .js,.vue --ignore-path .gitignore ." ,
2018-09-09 23:45:44 +00:00
"precommit" : "npm run lint" ,
2018-10-02 16:39:36 +00:00
"deploy" : "push-dir --dir=dist --branch=gh-pages --cleanup"
2018-09-09 14:50:38 +00:00
} ,
"dependencies" : {
2018-09-09 22:30:03 +00:00
"@nuxtjs/google-analytics" : "^2.0.2" ,
2018-09-09 21:45:37 +00:00
"lodash" : "^4.17.10" ,
2018-09-09 15:06:11 +00:00
"normalize.css" : "^8.0.0" ,
2018-09-09 14:50:38 +00:00
"nuxt" : "^1.0.0"
} ,
"devDependencies" : {
2018-09-09 15:07:37 +00:00
"autoprefixer" : "^9.1.5" ,
2018-09-09 14:50:38 +00:00
"babel-eslint" : "^8.2.1" ,
"eslint" : "^4.15.0" ,
"eslint-friendly-formatter" : "^3.0.0" ,
"eslint-loader" : "^1.7.1" ,
2018-09-09 15:06:11 +00:00
"eslint-plugin-vue" : "^4.0.0" ,
"node-sass" : "^4.9.3" ,
2018-09-09 23:14:07 +00:00
"nuxt-sass-resources-loader" : "^2.0.5" ,
2018-09-09 15:06:11 +00:00
"pug" : "^2.0.3" ,
"pug-plain-loader" : "^1.0.0" ,
2018-10-02 16:39:36 +00:00
"push-dir" : "^0.4.1" ,
2018-09-09 15:06:11 +00:00
"sass-loader" : "^7.1.0"
2018-09-09 14:50:38 +00:00
}
}