2019-11-17 02:27:32 +00:00
|
|
|
{
|
2020-01-11 16:48:56 +00:00
|
|
|
"name": "gitfolio",
|
|
|
|
"version": "0.1.5",
|
|
|
|
"description": "a portfolio website for everyone to showcase their work",
|
|
|
|
"main": "build.js",
|
|
|
|
"bin": "bin/gitfolio.js",
|
|
|
|
"scripts": {
|
2020-06-02 18:52:10 +00:00
|
|
|
"build": "OUT_DIR='./dist' node bin/gitfolio.js build dilllxd -f -t dark -s updated -e dylan@dylanh.dev -i dilllx -k dilll -r dilllx -S dilll -w dilllxd",
|
2020-01-11 16:48:56 +00:00
|
|
|
"cli": "OUT_DIR='./dist' node bin/gitfolio.js",
|
|
|
|
"clean": "rm -rf ./dist/*",
|
|
|
|
"prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"",
|
2020-01-23 16:26:05 +00:00
|
|
|
"snyk-protect": "snyk protect",
|
|
|
|
"prepare": "npm run snyk-protect",
|
|
|
|
"test": "snyk test"
|
2020-01-11 16:48:56 +00:00
|
|
|
},
|
|
|
|
"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",
|
2020-04-22 15:06:51 +00:00
|
|
|
"ejs": "3.0.2",
|
2020-01-11 16:48:56 +00:00
|
|
|
"express": "^4.17.0",
|
2020-04-22 15:06:51 +00:00
|
|
|
"fs-extra": "9.0.0",
|
2020-01-11 16:48:56 +00:00
|
|
|
"github-emoji": "^1.1.1",
|
2020-04-22 15:06:51 +00:00
|
|
|
"got": "11.0.2",
|
|
|
|
"handlebars": "4.7.6",
|
|
|
|
"jsdom": "16.2.2",
|
2020-01-23 16:26:05 +00:00
|
|
|
"ncp": "^2.0.0",
|
2020-04-22 15:06:51 +00:00
|
|
|
"snyk": "1.307.0"
|
2020-01-11 16:48:56 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-12 09:38:32 +00:00
|
|
|
"eslint": "^6.8.0",
|
2020-04-22 15:06:51 +00:00
|
|
|
"prettier": "2.0.5",
|
|
|
|
"stylelint": "13.3.3",
|
2020-02-14 17:54:33 +00:00
|
|
|
"stylelint-config-prettier": "^8.0.1",
|
|
|
|
"stylelint-config-standard": "^20.0.0",
|
|
|
|
"stylelint-prettier": "^1.1.2"
|
2020-01-23 16:26:05 +00:00
|
|
|
},
|
|
|
|
"snyk": true
|
2019-12-09 15:14:45 +00:00
|
|
|
}
|