awesome-cheatsheets/package.json

37 lines
1.2 KiB
JSON
Raw Normal View History

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": {
2019-05-17 09:32:17 +00:00
"dev": "PORT=2018 nuxt",
"build": "NODE_ENV=production nuxt build",
2018-09-09 14:50:38 +00:00
"start": "nuxt start",
"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",
"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",
"lodash": "^4.17.10",
"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",
"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",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"push-dir": "^0.4.1",
"sass-loader": "^7.1.0"
2018-09-09 14:50:38 +00:00
}
}