Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.1. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@2.0.4...pug@3.0.1) Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "webgems.io",
|
|
"version": "1.0.0",
|
|
"description": "Webgems is a place for devs and designers to find useful resources all at one place. It has server resources on HTML, CSS, Javascript, Design, Icons,Accessibility, PHP, Podcasts, Python, Ruby, Servers and more.",
|
|
"author": "lost.design",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"cross-env": "^5.2.0",
|
|
"nuxt": "^2.14.6",
|
|
"nuxt-clipboard2": "^0.2.1",
|
|
"ramda": "^0.26.1",
|
|
"vue-i18n": "^8.21.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"@vue/test-utils": "^1.1.0",
|
|
"autoprefixer": "^8.6.4",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-jest": "^24.9.0",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-prettier": "^6.12.0",
|
|
"eslint-loader": "^3.0.2",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
"jest": "^24.9.0",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"node-sass": "^4.12.0",
|
|
"nodemon": "^1.18.9",
|
|
"prettier": "^1.18.2",
|
|
"pug": "^3.0.1",
|
|
"pug-plain-loader": "^1.0.0",
|
|
"sass-loader": "^7.1.0",
|
|
"tailwindcss": "^0.7.0",
|
|
"vue-jest": "^3.0.7"
|
|
}
|
|
}
|