mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
a1654306c6
Bumps [snyk](https://github.com/snyk/snyk) from 1.292.0 to 1.294.0. - [Release notes](https://github.com/snyk/snyk/releases) - [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc) - [Commits](https://github.com/snyk/snyk/compare/v1.292.0...v1.294.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "gitfolio",
|
|
"version": "0.1.5",
|
|
"description": "a portfolio website for everyone to showcase their work",
|
|
"main": "build.js",
|
|
"bin": "bin/gitfolio.js",
|
|
"scripts": {
|
|
"build": "OUT_DIR='./dist' node bin/gitfolio.js build k4ustu3h -f -t dark -s updated -c k4ustu3h -d k4ustu3h -D k4ustu3h -e k4ustu3h@gmail.com -F k4ustu3h -i k4ustu3h_ -k k4ustu3h -m k4ustu3h -r kaustubhladiya -E 16727002 -S k4ustu3h -T k4ustu3h -w k4ustu3h_ -x 9461231",
|
|
"cli": "OUT_DIR='./dist' node bin/gitfolio.js",
|
|
"clean": "rm -rf ./dist/*",
|
|
"prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"",
|
|
"snyk-protect": "snyk protect",
|
|
"prepare": "npm run snyk-protect",
|
|
"test": "snyk test"
|
|
},
|
|
"author": {
|
|
"name": "@imfunniee and community",
|
|
"email": "imfunny@wybemf.com",
|
|
"url": "https://imfunniee.github.io"
|
|
},
|
|
"bugs": "https://github.com/imfunniee/gitfolio/issues",
|
|
"homepage": "https://github.com/imfunniee/gitfolio",
|
|
"keywords": [
|
|
"personal-website",
|
|
"github",
|
|
"portfolio",
|
|
"portfolio website",
|
|
"gitfolio",
|
|
"git"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/imfunniee/gitfolio"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.4",
|
|
"body-parser": "^1.19.0",
|
|
"commander": "^2.20.0",
|
|
"ejs": "^3.0.1",
|
|
"express": "^4.17.0",
|
|
"github-emoji": "^1.1.1",
|
|
"got": "^10.2.2",
|
|
"handlebars": "^4.7.3",
|
|
"jsdom": "^16.0.1",
|
|
"ncp": "^2.0.0",
|
|
"snyk": "1.294.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"prettier": "^1.19.1",
|
|
"stylelint": "^13.2.0",
|
|
"stylelint-config-prettier": "^8.0.1",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-prettier": "^1.1.2"
|
|
},
|
|
"snyk": true
|
|
}
|